stubbing in first project in the tutorial

This commit is contained in:
Dan Buch
2010-02-17 21:19:30 -05:00
commit e946fd6af2
3 changed files with 75 additions and 0 deletions

16
src/Makefile Normal file
View File

@@ -0,0 +1,16 @@
MXMLC ?= mxmlc
all: $(wildcard *.swf)
FlickrRIA.swf: FlickrRIA.mxml
$(MXMLC) FlickrRIA.mxml
FlickrThumbnail.swf: FlickrThumbnail.mxml
$(MXMLC) FlickrThumbnail.mxml
clean:
rm -f *.swf