Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-26 17:40:47 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-26 17:40:47 (GMT)
commit48fa680ef5982cc59d1f4683aeed2865be7225bf (patch)
treea436bfaac74cf6651b5aa9ceb7a08abbf4afd34b /Makefile
parentd17c4aa7fce1fa4cdcc4d39d675042b87b579067 (diff)
Add a target to normalize json
And run it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8e002c..e80ab2f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ HELPERS_DIR=$(COMMANDS_DIR)/helpers
all: build
+include Makefile.config
include Makefile.commands
include Makefile.helpers
include Makefile.buildbot