Master make file added
[soho-sigint.git] / Makefile
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