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 20:47:28 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-26 20:47:28 (GMT)
commitf67616f4a1b6d6f06c47f288538d8fb1d72c1801 (patch)
tree9d74b41d844e49484f20985271b4ccf2111132f6 /Makefile
parent4c215580bfe2198f2d071098b040964be2501460 (diff)
Cleanup and extend build commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e80ab2f..6cf2901 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ HELPERS_DIR=$(COMMANDS_DIR)/helpers
.PHONY: all
-all: build
+all: check-system pull build
include Makefile.config
include Makefile.commands