]> git.kernelconcepts.de Git - metawatch.git/blobdiff - Makefile
Start utilities for drawing
[metawatch.git] / Makefile
index bfbb40a60967030262ee75280f32b4d52b762f0b..5c36c1c58a57ac82aea991861509b151eb002a46 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ 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
 # ------------------------------------------