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