Add -Wall to CFLAGS

This commit is contained in:
Gary Palmer 1996-06-26 20:49:41 +00:00
parent 8612149895
commit 84b54bb498

View File

@ -1,6 +1,8 @@
PROG = fetch
SRCS = main.c
CFLAGS+= -Wall
DPADD= ${LIBFTPIO}
LDADD= -lftpio