From f0b075976d4bad7b8bc7a759571df5bb6cdcd062 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Tue, 23 Sep 2014 18:14:01 +0200 Subject: [PATCH] Move includes back to top until they can get real attention. --- Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 -- 2.20.1