]> git.llucax.com Git - software/bife/bife++.git/blob - Makefile
c5a5901b48d918a480bbbe135e301a784f0bcc85
[software/bife/bife++.git] / Makefile
1
2 #CPPFLAGS=-g3 -Wall -DDEBUG
3 CPPFLAGS=-O3 -Wall
4
5 TAGETS=hit.o ghit.o chit.o widget.o container.o fallback.o
6
7 all: main
8
9 main: $(TAGETS)
10
11 hit.o: hit.h hit.cpp
12
13 clean:
14         @rm -f *.o main