Browse Source

build: disable excessive image cleanup rules.

legacy
Sam Hocevar sam 12 years ago
parent
commit
1a6acffe34
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      gfx/font/Makefile.am

+ 2
- 2
gfx/font/Makefile.am View File

@@ -5,7 +5,7 @@ all: ascii.png
ascii.png:
../../tools/make-font | convert tga:- $@

clean:
rm -f ascii.png
#clean:
# rm -f ascii.png
endif


Loading…
Cancel
Save