From e62953936dab41986e3f0df2c9b5f1a16f6b2268 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 18 Feb 2010 14:23:01 -0500 Subject: [PATCH] adding warnigs flag to mxmlc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cae4f8..e18d2d3 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SWFS = $(patsubst %.mxml,%.swf,$(wildcard [0-9]*-*/*.mxml)) %.swf : %.mxml - $(MXMLC) $< -output $@ + $(MXMLC) $< -warnings -output $@ all: $(SWFS)