adding warnigs flag to mxmlc

This commit is contained in:
Dan Buch 2010-02-18 14:23:01 -05:00
parent 17aef69ed9
commit e62953936d

View File

@ -4,7 +4,7 @@ SWFS = $(patsubst %.mxml,%.swf,$(wildcard [0-9]*-*/*.mxml))
%.swf : %.mxml
$(MXMLC) $< -output $@
$(MXMLC) $< -warnings -output $@
all: $(SWFS)