Changeset 1152
- Timestamp:
- Mar 5, 2012, 8:06:36 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/deushax/art/Makefile.am
r785 r1152 11 11 xcf2png -A $^ -o $@ || convert -background none -flatten $^ $@ 12 12 13 clean:14 rm -f $(XCF:%.xcf=%.png)13 #clean: 14 # rm -f $(XCF:%.xcf=%.png) 15 15 -
trunk/deushax/art/test/Makefile.am
r785 r1152 10 10 xcf2png -A $^ -o $@ || convert -background none -flatten $^ $@ 11 11 12 clean:13 rm -f $(XCF:%.xcf=%.png)12 #clean: 13 # rm -f $(XCF:%.xcf=%.png) 14 14 -
trunk/gfx/font/Makefile.am
r178 r1152 6 6 ../../tools/make-font | convert tga:- $@ 7 7 8 clean:9 rm -f ascii.png8 #clean: 9 # rm -f ascii.png 10 10 endif 11 11
Note: See TracChangeset
for help on using the changeset viewer.