We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a71fd commit 0e3cb93Copy full SHA for 0e3cb93
Makefile
@@ -5,7 +5,6 @@ $(info ${SHELL})
5
$(info ${PATH})
6
$(info $(shell which gcc))
7
$(info $(shell which cc))
8
-CC="cc"
9
10
# Where to install.
11
prefix ?= /usr/local
@@ -23,7 +22,7 @@ debug : all
23
22
24
flex := flex
25
ifeq (${OS},Windows_NT)
26
- PATH := ${PATH}:"/c/Program Files/Git/usr/bin"
+ export PATH := ${PATH}:"/c/Program Files/Git/usr/bin"
27
$(info which ${CC})
28
flex := win_flex
29
endif
0 commit comments