X-Git-Url: https://git.yukkurigames.com/?p=featherfall2.git;a=blobdiff_plain;f=Makefile;h=ded43da8a26e789e6219d0b593d22ba39c565c22;hp=06f7e3f6ac2be81ea6fba0c08ae0b03a23c075ec;hb=e784c72deeb6e5a368e7e6fc4068bac5abcad703;hpb=d2962105772fbdc548118bd65cd5bb4934e66085 diff --git a/Makefile b/Makefile index 06f7e3f..ded43da 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ #!/usr/bin/make -f -node-webkit-version := 0.10.2 -node-webkit-version-win-ia32.zip := 0.8.6 +node-webkit-version := 0.10.4 .DELETE_ON_ERROR: include rules/programs.mk @@ -13,7 +12,7 @@ include rules/pngcrush.mk .PHONY: all check distclean lint test dist clean serve -APPLICATION := pwl6 +APPLICATION := featherfall DISTDIR := build/dist VERSION := $(call git-describe) DISTROOT := $(DISTDIR)/$(APPLICATION)-$(VERSION)