diff --git a/Makefile b/Makefile index 1014228..2cae4f8 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,7 @@ SWFS = $(patsubst %.mxml,%.swf,$(wildcard [0-9]*-*/*.mxml)) all: $(SWFS) + + +clean: + find -name \*.swf -exec rm {} \;