source:
trunk/art/test/Makefile.am
@
92
Last change on this file since 92 was 92, checked in by , 12 years ago | |
---|---|
File size: 235 bytes |
Rev | Line | |
---|---|---|
[68] | 1 | |
[83] | 2 | XCF = charactertest.xcf character-dress.xcf \ |
3 | citytest.xcf grasstest.xcf roomtest.xcf floortest.xcf walltest.xcf | |
[68] | 4 | |
5 | all: $(XCF:%.xcf=%.png) | |
6 | ||
7 | %.png: %.xcf | |
8 | convert -background none -flatten $^ $@ | |
9 | ||
10 | clean: | |
11 | rm -f $(XCF:%.xcf=%.png) | |
12 |
Note: See TracBrowser
for help on using the repository browser.