GENERATEDS = RpsTest.n Rps.js GenePlayer.swf all: test $(GENERATEDS) test: RpsTest.n neko RpsTest.n RpsTest.n: RpsTest.hx rps/Rps.hx haxe -neko RpsTest.n -main RpsTest.hx Rps.js: WebRps.hx rps/Rps.hx haxe -js Rps.js -main WebRps.hx GenePlayer.swf: GenePlayer.hx haxe -swf GenePlayer.swf -main GenePlayer.hx clean: rm -f $(GENERATEDS) .PHONY: all test js clean