summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfc0a54..3729174 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,6 @@
PROG= dddup
SRCS= dddup.c parse.c ifaddr.c base64.c request.c connect.c
NOMAN=
-#CFLAGS+= -Wall -ggdb -pedantic
+CFLAGS+= -W -Wall -pedantic # -ggdb
.include <bsd.prog.mk>