source:
trunk/tools/Makefile
@
85
Last change on this file since 85 was 85, checked in by , 12 years ago | |
---|---|
File size: 191 bytes |
Line | |
---|---|
1 | |
2 | all: make-font |
3 | |
4 | make-font: make-font.o |
5 | g++ -g -Wall -O3 $^ -o $@ `pkg-config --libs caca` |
6 | |
7 | %.o: %.cpp |
8 | g++ -g -Wall -O3 -c $^ -o $@ `pkg-config --cflags caca` |
9 | |
10 | clean: |
11 | rm -f *.o make-font |
12 |
Note: See TracBrowser
for help on using the repository browser.