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>2013-01-05 12:46:30 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-05 12:46:30 (GMT)
commit8af46570938709d17b3c47f4b3561bfeed9e0883 (patch)
tree90573df4ef6ad918b2bf79e1f15e07db471d5d98 /Makefile.commands
parent8d761e4130891324d6e522354e8e477acd998b0a (diff)
Pass args to pull
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 96f0af1..2a02252 100644
--- a/Makefile.commands
+++ b/Makefile.commands
@@ -7,7 +7,7 @@ check-system:
@$(COMMANDS_DIR)/check-system $(ARGS)
pull:
- @$(COMMANDS_DIR)/pull
+ @$(COMMANDS_DIR)/pull $(ARGS)
build:
@$(TIME) $(COMMANDS_DIR)/build $(ARGS)