diff --git a/Makefile b/Makefile index 6b6774c..861bab5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ FILES=shellchooser.sh bashfiles/profile bashfiles/bashrc cshfiles/cshrc \ ashfiles/profile -SHELLS=/bin/ash /bin/bash /bin/csh /bin/kalle +SHELLS=/bin/ash /bin/bash /bin/csh shellchooser: $(FILES) $(info Use 'make install' to install shellchooser on your system.)