]> git.llucax.com Git - software/bife/bife++.git/blobdiff - Makefile
Added a basic string widget.
[software/bife/bife++.git] / Makefile
index 70a59e603cc9660d5ac4febdeaadfaf045d68c00..402293be63ade1d57841ece34b332676154eb331 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,14 @@
-CPPFLAGS=-g3
+
+CPPFLAGS=-g3 -Wall -DDEBUG
+#CPPFLAGS=-O3 -Wall
+
+TAGETS=hit.o ghit.o chit.o widget.o container.o fallback.o string.o
 
 all: main
 
-main: hit.o ghit.o chit.o
+main: $(TAGETS)
+
+hit.o: hit.h hit.cpp
+
+clean:
+       @rm -f *.o main