Allow empty attribute syntax to mean "same command as ID".
[yuu.git] / Makefile
index f8ecaf3..cec751e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,12 @@
 #!/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
 VERSION := $(call git-describe)
@@ -89,12 +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/git.mk
-include rules/node-webkit.mk
-include rules/pngcrush.mk
-
 .DELETE_ON_ERROR:
 .PHONY: all check distclean lint test dist clean serve