summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2005-04-28 20:39:39 +0000
committerDimitri Sokolyuk <demon@dim13.org>2005-04-28 20:39:39 +0000
commit5de94df423989ba2ffb6924f88fe2910379ca1c0 (patch)
tree28647a205729a58575148ebc0aabfa3d14139184 /Makefile
parent45d9d4477663635bc77a1f2253535dfb20358821 (diff)
cleanup
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>