summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-09-28 10:38:33 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-09-28 10:38:33 -0400
commit8946dd3f509a242b8ec06dbaf5522113f56671fb (patch)
tree734c0f9324e57a6662118aef4f2e9476c6922485 /Makefile
parent5a5c2aede987abb16a123b71de4d34c3cec2c0a3 (diff)
Add a list-commands command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0303236..4794be4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-subcommands = help mvn-basename mvn-install mvn-localrepo
+subcommands = help list-commands mvn-basename mvn-install mvn-localrepo
dirs = $(DESTDIR)/usr/share/jh $(DESTDIR)/usr/bin
####