box-o-sand/03-yahoo-weather/Makefile
2010-02-18 13:36:07 -05:00

13 lines
127 B
Makefile

MXMLC ?= mxmlc
all: YahooWeather.swf
YahooWeather.swf: YahooWeather.mxml
$(MXMLC) YahooWeather.mxml
clean:
rm -f *.swf