summaryrefslogtreecommitdiff
path: root/otk_c/Makefile
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-21 12:04:15 +0000
committerDana Jansens <danakj@orodu.net>2002-12-21 12:04:15 +0000
commit187e7db9c039d7369766aeae7dfdf87f191ac446 (patch)
tree6b46655512d45480aef7cc778e05c82c45aad91d /otk_c/Makefile
parent59b65db2cac9f359dfcff3ab988e70eab053bdb4 (diff)
a color cache to be proud of!
Diffstat (limited to 'otk_c/Makefile')
-rw-r--r--otk_c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk_c/Makefile b/otk_c/Makefile
index f0052b41..b9253343 100644
--- a/otk_c/Makefile
+++ b/otk_c/Makefile
@@ -6,7 +6,7 @@ targets = libotk.so libotk.a
sources = display.c screeninfo.c rect.c gccache.c color.c
headers = display.h screeninfo.h rect.h gccache.h color.h
-CFLAGS+=-I/usr/gwar/include/python2.2
+CFLAGS+=-g -I/usr/gwar/include/python2.2 -W -Wall
.PHONY: all install clean