Changeset 1152


Ignore:
Timestamp:
Mar 5, 2012, 8:06:36 PM (11 years ago)
Author:
sam
Message:

build: disable excessive image cleanup rules.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/deushax/art/Makefile.am

    r785 r1152  
    1111        xcf2png -A $^ -o $@ || convert -background none -flatten $^ $@
    1212
    13 clean:
    14         rm -f $(XCF:%.xcf=%.png)
     13#clean:
     14#       rm -f $(XCF:%.xcf=%.png)
    1515
  • trunk/deushax/art/test/Makefile.am

    r785 r1152  
    1010        xcf2png -A $^ -o $@ || convert -background none -flatten $^ $@
    1111
    12 clean:
    13         rm -f $(XCF:%.xcf=%.png)
     12#clean:
     13#       rm -f $(XCF:%.xcf=%.png)
    1414
  • trunk/gfx/font/Makefile.am

    r178 r1152  
    66        ../../tools/make-font | convert tga:- $@
    77
    8 clean:
    9         rm -f ascii.png
     8#clean:
     9#       rm -f ascii.png
    1010endif
    1111
Note: See TracChangeset for help on using the changeset viewer.