Removed the reference to the non-existing bash-mymail.sh from the Makefile.
[mymail.git] / Makefile
index 36a2ac5..c8e7246 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,6 @@ mymail: mymail.o
 install: mymail
        mkdir -p $(BINARY_PATH) $(MAN_PATH)
        install -m 755 mymail $(BINARY_PATH)
-       install -m 755 bash-mymail.sh $(BINARY_PATH)
        install -m 644 mymail.1 $(MAN_PATH)
        gzip $(MAN_PATH)/mymail.1