projects
/
dus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab669cb
)
Minor change.
author
Francois Fleuret
<francois@fleuret.org>
Mon, 27 Aug 2018 05:55:21 +0000
(07:55 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Mon, 27 Aug 2018 05:55:21 +0000
(07:55 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
622c52e
..
897ffc9
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-42,9
+42,8
@@
dus: dus.o
$(CC) -o $@ $^ $(LDFLAGS)
install: dus
- makedir -p $(BINARY_PATH)
+ makedir -p $(BINARY_PATH)
$(MAN_PATH)
install -m 755 dus $(BINARY_PATH)
- makedir -p $(MAN_PATH)
install -m 644 dus.1 $(MAN_PATH)
gzip $(MAN_PATH)/dus.1