pass 1: first night of code. Nothing interesting yet.
This commit is contained in:
12
pass-1/Makefile
Normal file
12
pass-1/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
CFLAGS=-Wall -Werror --std=gnu99
|
||||
|
||||
LDFLAGS=-ljson-c -lpcap
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
all: wrapper unwrapper
|
||||
|
||||
clean:
|
||||
rm -f wrapper unwrapper
|
Reference in New Issue
Block a user