re-adding clean task

This commit is contained in:
Dan Buch 2010-02-18 14:18:41 -05:00
parent 0eaf4d8cfd
commit 17aef69ed9

View File

@ -8,3 +8,7 @@ SWFS = $(patsubst %.mxml,%.swf,$(wildcard [0-9]*-*/*.mxml))
all: $(SWFS)
clean:
find -name \*.swf -exec rm {} \;