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-12-25 18:01:03 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-25 18:01:03 (GMT)
commitc05e755ced4ce4d528ffc5b34ddb44892e2f938f (patch)
treef10ffb0418f45f5d25cae44119605952ceca6685 /Makefile.commands
parent3022a9c90a374a9c6ba402b6aede0a503bf6315e (diff)
Add --full to the build command
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 be82830..17908dd 100644
--- a/Makefile.commands
+++ b/Makefile.commands
@@ -10,7 +10,7 @@ pull:
@$(COMMANDS_DIR)/pull
build:
- @$(COMMANDS_DIR)/build
+ @$(COMMANDS_DIR)/build $(ARGS)
run:
@$(COMMANDS_DIR)/run