pass 1: first night of code. Nothing interesting yet.

This commit is contained in:
Nick Thomas
2013-08-02 23:58:54 +01:00
parent b8758a3944
commit 9f05347035
4 changed files with 227 additions and 0 deletions

12
pass-1/Makefile Normal file
View 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