summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2006-09-07 16:23:35 +0000
committerDimitri Sokolyuk <demon@dim13.org>2006-09-07 16:23:35 +0000
commitc76699a9001901942a2e4a742406ba8696b58779 (patch)
treed9241830dd269059ba603541373881f4f47d665a /Makefile
parentefee141f1e4dbc8fe5a5aedbf424ea2b0e0bfa39 (diff)
cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3729174..68d52ff 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@
PROG= dddup
SRCS= dddup.c parse.c ifaddr.c base64.c request.c connect.c
NOMAN=
-CFLAGS+= -W -Wall -pedantic # -ggdb
+WARNINGS= yes
+CDIAGFLAGS+= -W -Wall -Wpointer-arith \
+ -Wstrict-prototypes -Wmissing-prototypes
.include <bsd.prog.mk>