We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3669a2 commit 7f0200aCopy full SHA for 7f0200a
Makefile
@@ -16,10 +16,8 @@ reflac.1: reflac.adoc
16
a2x -f manpage reflac.adoc
17
18
install: reflac.1
19
- install -d "$(target)/bin"
20
- install -m 755 reflac "$(target)/bin"
21
- install -d "$(target)$(mandir)/man1"
22
- install -m 644 reflac.1 "$(target)$(mandir)/man1"
+ install -Dm 755 reflac "$(target)/bin/reflac"
+ install -Dm 644 reflac.1 "$(target)$(mandir)/man1/reflac.1"
23
24
clean:
25
rm -f reflac.1
0 commit comments