box-o-sand/03-yahoo-weather/Makefile

13 lines
127 B
Makefile
Raw Normal View History

2010-02-18 18:25:32 +00:00
MXMLC ?= mxmlc
all: YahooWeather.swf
YahooWeather.swf: YahooWeather.mxml
$(MXMLC) YahooWeather.mxml
clean:
rm -f *.swf