webpftable/Makefile

5 lines
119 B
Makefile
Raw Normal View History

2011-11-06 10:05:57 -05:00
webpftable: webpftable.c
cc $(CFLAGS) ${DEFS} -Wall -ansi -lcrypt -o webpftable webpftable.c
clean:
rm -f webpftable