We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cebee commit b857f30Copy full SHA for b857f30
Makefile
@@ -1,6 +1,11 @@
1
# Use bash syntax for all shell commands
2
SHELL := /bin/bash
3
4
+$(info ${SHELL})
5
+$(info ${PATH})
6
+$(info "$$PATH")
7
+
8
9
# Where to install.
10
prefix ?= /usr/local
11
0 commit comments