]> git.kernelconcepts.de Git - metawatch.git/blobdiff - Makefile
Reworked the bitmap functions to be of more general use
[metawatch.git] / Makefile
index 9af0b232eb02df02ca630d5b459a6609b08ed7c2..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 = -Wall -O2 $(CCFLAGS)
+CFLAGS = -DDEBUG -Wall -O2 $(CCFLAGS)
 
 PRGNAME = metawatch
 
-MEMBERS = metawatch crc16ccitt
+MEMBERS = metawatch crc16ccitt mw_main
 
 # no need to change anything below this line
 # ------------------------------------------