Haha, fixed some sillyness with the client in c.
[soho-sigint.git] / client-wifi / disect5 / Makefile
diff --git a/client-wifi/disect5/Makefile b/client-wifi/disect5/Makefile
deleted file mode 100644 (file)
index 4f6961a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-CFLAGS= -std=gnu99
-DEPS = endian.h 
-LIBS=$(LDFLAGS) -L. -lpcap 
-OBJ = soho-sigint-wifi.o radiotap.o
-
-%.o: %.c $(DEPS)
-       $(CC) -c -o $@ $<
-
-soho-sigint-wifi: $(OBJ)
-       $(CC) -o $@ $^ $(CFLAGS) $(LIBS)
-
-clean:
-       rm -rf *.o 
-       rm -rf soho-sigint-wifi