Extended Makefile a bit
This commit is contained in:
parent
b68e1c9c7d
commit
69f2fbdc7d
5
Makefile
5
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user