Master make file added
authorRuss Handorf <rhandorf@handorf.org>
Sat, 4 Feb 2017 23:32:31 +0000 (18:32 -0500)
committerRuss Handorf <rhandorf@handorf.org>
Sat, 4 Feb 2017 23:32:31 +0000 (18:32 -0500)
Makefile [new file with mode: 0644]
client-wifi/client-c/radiotap.o [new file with mode: 0644]
client-wifi/client-c/soho-sigint-wifi [new file with mode: 0755]
client-wifi/client-c/soho-sigint-wifi.o [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..5c9eca1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+CFLAGS= -std=gnu99
+DEPS = endian.h 
+LIBS=$(LDFLAGS) -L. -lpcap -lcurl -ljson-c -lssl -lorcon2
+
+subsystem:
+       cd client-wifi/client-c/ && $(MAKE)
+
+clean:
+       rm -rf client-wifi/client-c/*.o 
+       rm -rf client-wifi/client-c/soho-sigint-wifi
diff --git a/client-wifi/client-c/radiotap.o b/client-wifi/client-c/radiotap.o
new file mode 100644 (file)
index 0000000..246c7f8
Binary files /dev/null and b/client-wifi/client-c/radiotap.o differ
diff --git a/client-wifi/client-c/soho-sigint-wifi b/client-wifi/client-c/soho-sigint-wifi
new file mode 100755 (executable)
index 0000000..e505267
Binary files /dev/null and b/client-wifi/client-c/soho-sigint-wifi differ
diff --git a/client-wifi/client-c/soho-sigint-wifi.o b/client-wifi/client-c/soho-sigint-wifi.o
new file mode 100644 (file)
index 0000000..24fae45
Binary files /dev/null and b/client-wifi/client-c/soho-sigint-wifi.o differ