Skip to content

Commit 6e95fb8

Browse files
committed
Ugh, why does Windows Make not like my syntax
when it works fine on other machines...
1 parent 5bbd2b7 commit 6e95fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ debug : all
2222

2323
flex := flex
2424
ifeq (${OS},Windows_NT)
25-
export PATH := ${PATH}:"/c/Program Files/Git/usr/bin"
26-
$(info $(shell which ${CC}))
25+
export PATH := ${PATH}:"C:/Program Files/Git/usr/bin"
26+
$(info $(shell which cc))
2727
flex := win_flex
2828
endif
2929

0 commit comments

Comments
 (0)