X-Git-Url: https://git.yukkurigames.com/?p=featherfall2.git;a=blobdiff_plain;f=Makefile;h=ded43da8a26e789e6219d0b593d22ba39c565c22;hp=06f7e3f6ac2be81ea6fba0c08ae0b03a23c075ec;hb=c6b5fcbed00096406ca526ec55f5e945d35c916a;hpb=4acf66ea4fe8765022ca84cc9ed68ad6ee7c6403 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)