From: Russ Handorf Date: Sat, 4 Feb 2017 23:32:31 +0000 (-0500) Subject: Master make file added X-Git-Url: http://handorf.org/code/?p=soho-sigint.git;a=commitdiff_plain;h=328333ea264d1ee608f19c5115a1a95612422e22 Master make file added --- diff --git a/Makefile b/Makefile new file mode 100644 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 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 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 index 0000000..24fae45 Binary files /dev/null and b/client-wifi/client-c/soho-sigint-wifi.o differ