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-12-25 11:38:32 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-25 11:39:55 (GMT)
commite61e2694d6d708d59cb7fb2947b410efeb954dc5 (patch)
treea25d57f85c38558cbf2d916abb0d95815db7a51b /Makefile
parent1419bd6f63c289f985f6bdb18f8071211faa735e (diff)
Check system before building
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17a03d5..0521b19 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ BASE_DIR=$(CURDIR)
.PHONY: all
-all: check-system pull build
+all: pull build
include Makefile.config
include Makefile.commands