clarify required conditions for attack
[detour.git] / compile.sh
index d4f14df..cc336cf 100755 (executable)
@@ -1,2 +1,6 @@
 #!/bin/sh
 #!/bin/sh
-gcc -Wall -o pulser pulser.c -std=gnu99 -lrt -ljh -lev
+gcc -g -Wall -o pulser pulser.c -std=gnu99 -lrt
+gcc -g -Wall -o pulserecord pulserecord.c -std=gnu99 -lpcap -lrt
+gcc -g -Wall -o random_bits random_bits.c -std=gnu99
+gcc -g -Wall -o pulsehunter pulsehunter.c -std=gnu99 -lrt
+