X-Git-Url: https://handorf.org/code/?p=soho-sigint.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=5c9eca152bd185553417438ef78288b3559bd2cd;hp=0000000000000000000000000000000000000000;hb=328333ea264d1ee608f19c5115a1a95612422e22;hpb=2b5147eaa2dd3223a78ffe759465aecc84cbe58b 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