box-o-sand/02-shipping/Makefile

13 lines
115 B
Makefile
Raw Normal View History

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