Master make file added
[soho-sigint.git] / Makefile
1 CFLAGS= -std=gnu99
2 DEPS = endian.h 
3 LIBS=$(LDFLAGS) -L. -lpcap -lcurl -ljson-c -lssl -lorcon2
4
5 subsystem:
6         cd client-wifi/client-c/ && $(MAKE)
7
8 clean:
9         rm -rf client-wifi/client-c/*.o 
10         rm -rf client-wifi/client-c/soho-sigint-wifi