Skip to content

Commit

Permalink
add install and uninstall targets to make help
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Oct 26, 2009
1 parent 80a3e2d commit 55ae623
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/Makefile.in
Expand Up @@ -86,8 +86,10 @@ help:
@echo "Cleaning:"
@echo " clean: Basic cleaning up."
@echo " realclean: Removes also files generated by 'Configure.pl'"
# @echo " distclean: Removes also anything built, in theory"
# @echo ""
@echo ""
@echo "Installation:"
@echo " install: Install the pmcs to Parrot's install dir"
@echo " uninstall: Remove an existing installation"
@echo "Misc:"
@echo " help: Print this help message."
@echo ""
Expand Down

0 comments on commit 55ae623

Please sign in to comment.