box-o-sand/02-shipping/Makefile
2010-02-18 13:36:07 -05:00

13 lines
115 B
Makefile

MXMLC ?= mxmlc
all: PlainText.swf
PlainText.swf: PlainText.mxml
$(MXMLC) PlainText.mxml
clean:
rm -f *.swf