changed neale's Makefile so he can still say "GET OFF MY LAWN" and compile the

utilities instead of typing ./autogen && make && make install
This commit is contained in:
pi-rho 2012-02-22 21:07:20 -06:00
parent 6d465dfbfe
commit 5d78dd7391
1 changed files with 6 additions and 2 deletions

View File

@ -1,11 +1,15 @@
CFLAGS = -Wall -Werror
TARGETS = pmerge puniq p4split hd
TARGETS = pmerge puniq p4split hdng xor unhex repr
all: $(TARGETS)
all: fake-configh $(TARGETS)
pmerge: pmerge.o pcap.o
puniq: puniq.o pcap.o
p4split: p4split.c pcap.o
fake-configh:
echo "#define PACKAGE_VERSION \"0.1337\"" > config.h
clean:
rm -f $(TARGETS) *.o
rm -f config.h