]> 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 e605bc2106ac0e551207f2045946ea9deeb221f4..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
+MEMBERS = metawatch crc16ccitt mw_main
 
 # no need to change anything below this line
 # ------------------------------------------