Move includes back to top until they can get real attention.
[yuu.git] / Makefile
index 5a2a04c..cec751e 100644 (file)
--- 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