5 lines
119 B
Makefile
5 lines
119 B
Makefile
|
webpftable: webpftable.c
|
||
|
cc $(CFLAGS) ${DEFS} -Wall -ansi -lcrypt -o webpftable webpftable.c
|
||
|
clean:
|
||
|
rm -f webpftable
|