adding ipc example and drastically simplifying makefile crap

This commit is contained in:
Dan Buch
2010-02-18 14:18:09 -05:00
parent 119cc1a0a9
commit 0eaf4d8cfd
6 changed files with 54 additions and 64 deletions

View File

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