]> git.kernelconcepts.de Git - metawatch.git/blobdiff - Makefile
Add button messages and handling
[metawatch.git] / Makefile
index b6d60bbd84718f05a7fa37201a18006e2148553a..98205b3d2c3a35b6865fd8bb5c8b334083a22c9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,11 @@
 # prefix for installation and search path (like icons)
 PREFIX = /usr/local/
 CFLAGS = -DDEBUG -Wall -O2 $(CCFLAGS)
+#CFLAGS = -Wall -O2 $(CCFLAGS)
 
 PRGNAME = metawatch
 
-MEMBERS = metawatch crc16ccitt mw_main
+MEMBERS = metawatch crc16ccitt mw_utility mw_main
 
 # no need to change anything below this line
 # ------------------------------------------