]> git.karo-electronics.de Git - metawatch.git/blobdiff - Makefile
Break out code for main application and MW handling, add Bluetooth code to self conne...
[metawatch.git] / Makefile
index 4024ec9402081f66b05937f17c5be29e2e1d02b6..b6d60bbd84718f05a7fa37201a18006e2148553a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 #  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)
 
 PRGNAME = metawatch
 
-MEMBERS = metawatch crc16ccitt
+MEMBERS = metawatch crc16ccitt mw_main
 
 # no need to change anything below this line
 # ------------------------------------------