We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c105eac commit 49a3a31Copy full SHA for 49a3a31
makefile
@@ -1,12 +1,7 @@
1
.PHONY: all install uninstall clean
2
3
-PLATFORM != uname -s
4
PREFIX = /usr/local
5
-MANPREFIX != if [ ${PLATFORM} = Linux ]; \
6
- then echo '/usr/local/share/man'; \
7
- else echo '/usr/local/man'; \
8
- fi
9
-
+MANPREFIX = /usr/local/man
10
ROOT = github.com/codesoap/ytools
11
12
all: bin/ytools-search bin/ytools-pick bin/ytools-info bin/ytools-recommend bin/ytools-comments
0 commit comments