Files
hide-eid/pass-1/Makefile
2013-08-02 23:58:54 +01:00

12 lines
149 B
Makefile

#!/usr/bin/make -f
CFLAGS=-Wall -Werror --std=gnu99
LDFLAGS=-ljson-c -lpcap
.PHONY: clean
all: wrapper unwrapper
clean:
rm -f wrapper unwrapper