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-16 15:17:10 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-16 15:17:10 (GMT)
commit2cac32f92d73eb68d261dc01c0d34314401cf79f (patch)
treea60f963a8a56f9babe6f8b5b2c86e2a218d80a44 /Makefile
parent267e9d4de8b5330025aaad788d676a09e17f49f4 (diff)
Rework the autoinstall command
It now automatically listen on all the sugar trees
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4704657..6fa0707 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,9 @@ include Makefile.helpers
all: build
+auto-install:
+ @$(COMMANDS)/auto-install
+
check-system:
@$(COMMANDS)/check-system $(ARGS)