]> git.llucax.com Git - software/bife/bife++.git/blob - Makefile
e03f97c43631e44a95b252a9f067398b5a4a21f8
[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 string.o translate.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