collapsing worthless "src" layer

This commit is contained in:
Dan Buch
2010-02-18 13:36:07 -05:00
parent ec2b4aba4f
commit 6317fe4f30
15 changed files with 4 additions and 8 deletions

12
02-shipping/Makefile Normal file
View File

@@ -0,0 +1,12 @@
MXMLC ?= mxmlc
all: PlainText.swf
PlainText.swf: PlainText.mxml
$(MXMLC) PlainText.mxml
clean:
rm -f *.swf