diff --git a/Makefile b/Makefile index a3c48ba..80ff452 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +.PHONY: help +help: + @echo available commands: install, uninstall, dist, publish + .PHONY: install install: [ -z "$${VIRTUAL_ENV}" ] \