diff --git a/Makefile b/Makefile index 8f01ee3..832b867 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,11 @@ FILES=shellchooser.sh bashfiles/.profile bashfiles/.bashrc cshfiles/.cshrc \ dashfiles/.profile +shellchooser: $(FILES) + $(info Use 'make install' to install shellchooser on your system) + $(info Use 'make uninstall' to uninstall shellchooser from your system) + $(info Please see README for more information on shellchooser) + install: $(FILES) chmod 755 shellchooser.sh cp shellchooser.sh /bin/shellchooser.sh