source:
trunk/gfx/font/Makefile.am
@
178
Last change on this file since 178 was 178, checked in by , 12 years ago | |
---|---|
File size: 114 bytes |
Line | |
---|---|
1 | |
2 | if USE_CACA |
3 | all: ascii.png |
4 | |
5 | ascii.png: |
6 | ../../tools/make-font | convert tga:- $@ |
7 | |
8 | clean: |
9 | rm -f ascii.png |
10 | endif |
11 |
Note: See TracBrowser
for help on using the repository browser.