projects
/
mymail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d58f346
)
Removed the reference to the non-existing bash-mymail.sh from the Makefile.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 15 Aug 2015 20:44:20 +0000
(13:44 -0700)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 15 Aug 2015 20:45:10 +0000
(13:45 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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