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-16 16:53:36 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-16 16:53:36 (GMT)
commit39f3d8a9428e031c4bdb0cc9a26f2fb1df9a7520 (patch)
tree7947f1413318b4379bae8e6c28fc92e61d38d3ee /Makefile.commands
parentc6206d0f80d5961b5d52a5b03765acdad2c22f7e (diff)
Add a distribute command
It builds and uploads releases.
Diffstat (limited to 'Makefile.commands')
-rw-r--r--Makefile.commands3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.commands b/Makefile.commands
index 78805a8..be82830 100644
--- a/Makefile.commands
+++ b/Makefile.commands
@@ -27,6 +27,9 @@ bug-report:
clean:
@$(COMMANDS_DIR)/clean
+distribute:
+ @$(COMMANDS_DIR)/distribute
+
build-%:
@$(COMMANDS_DIR)/build $*