From: Joe Wreschnig Date: Tue, 23 Sep 2014 16:14:01 +0000 (+0200) Subject: Move includes back to top until they can get real attention. X-Git-Url: https://git.yukkurigames.com/?p=yuu.git;a=commitdiff_plain;h=f0b075976d4bad7b8bc7a759571df5bb6cdcd062 Move includes back to top until they can get real attention. --- diff --git a/Makefile b/Makefile index 5a2a04c..cec751e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,11 @@ #!/usr/bin/make -f include rules/git.mk +include rules/programs.mk +include rules/javascript.mk +include rules/icons.mk +include rules/node-webkit.mk +include rules/pngcrush.mk APPLICATION := yuu DISTDIR := build/dist @@ -91,11 +96,5 @@ $(DISTROOT).bare.zip: | .git cd $@.tmp && $(ZIP) -r ../$(@F) . $(RM) -r $@.tmp -include rules/programs.mk -include rules/javascript.mk -include rules/icons.mk -include rules/node-webkit.mk -include rules/pngcrush.mk - .DELETE_ON_ERROR: .PHONY: all check distclean lint test dist clean serve