]> git.kernelconcepts.de Git - metawatch.git/blobdiff - Makefile
Notification test with full screen of text - 15 cahrs by 10 lines
[metawatch.git] / Makefile
index 4024ec9402081f66b05937f17c5be29e2e1d02b6..98205b3d2c3a35b6865fd8bb5c8b334083a22c9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,12 @@
 #  Copyright (C) 2011 Nils Faerber <nils.faerber@kernelconcepts.de>
 # prefix for installation and search path (like icons)
 PREFIX = /usr/local/
-CFLAGS = $(CCFLAGS)
+CFLAGS = -DDEBUG -Wall -O2 $(CCFLAGS)
+#CFLAGS = -Wall -O2 $(CCFLAGS)
 
 PRGNAME = metawatch
 
-MEMBERS = metawatch crc16ccitt
+MEMBERS = metawatch crc16ccitt mw_utility mw_main
 
 # no need to change anything below this line
 # ------------------------------------------