Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-25 22:22:37 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-25 22:22:37 (GMT)
commita0b65ee79f9f5abdee931aa02a3018cb308f6c51 (patch)
tree67eaf49d432f99e8a83684b64080b3163320a87a /Makefile.commands
parent1ea3e9a9f1e3cdfda24857b278518845f7ef2e18 (diff)
Check system directly in the commands
Diffstat (limited to 'Makefile.commands')
-rw-r--r--Makefile.commands2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.commands b/Makefile.commands
index 07b71b6..3b34341 100644
--- a/Makefile.commands
+++ b/Makefile.commands
@@ -6,7 +6,7 @@ auto-install:
check-system:
@$(COMMANDS_DIR)/check-system $(ARGS)
-build: check-system
+build:
@$(COMMANDS_DIR)/build
run: helpers-build