Extended Makefile a bit

This commit is contained in:
Jack-Benny Persson 2014-01-08 06:33:05 +01:00
parent b68e1c9c7d
commit 69f2fbdc7d

View File

@ -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