Skip to content

Commit b857f30

Browse files
committed
why is cc not in the path on MS Windows?
1 parent b4cebee commit b857f30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Use bash syntax for all shell commands
22
SHELL := /bin/bash
33

4+
$(info ${SHELL})
5+
$(info ${PATH})
6+
$(info "$$PATH")
7+
8+
49
# Where to install.
510
prefix ?= /usr/local
611

0 commit comments

Comments
 (0)