Files
hide-eid/pass-1/Makefile

12 lines
149 B
Makefile
Raw Normal View History

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