aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a9e34d..73e21e4 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ PROG= watch
BINDIR= /usr/local/bin
MAN= watch.1
DPADD= ${LIBCURSES}
+CFLAGS+= -W -Wall
LDADD= -lcurses
. include <bsd.prog.mk>