diff --git a/src/02-shipping/Makefile b/src/02-shipping/Makefile new file mode 100644 index 0000000..39bf31e --- /dev/null +++ b/src/02-shipping/Makefile @@ -0,0 +1,12 @@ +MXMLC ?= mxmlc + + +all: PlainText.swf + + +PlainText.swf: PlainText.mxml + $(MXMLC) PlainText.mxml + + +clean: + rm -f *.swf diff --git a/src/02-shipping/PlainText.mxml b/src/02-shipping/PlainText.mxml new file mode 100644 index 0000000..3774a2c --- /dev/null +++ b/src/02-shipping/PlainText.mxml @@ -0,0 +1,9 @@ + + + + + + + +