Skip to content

Commit 05dd4fb

Browse files
committed
What about tricking windows with double quotes?
1 parent bf0ec77 commit 05dd4fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
export SHELL := /bin/bash
33

44
$(info ${SHELL})
5-
$(info $(shell type -a cc))
6-
#CC=gcc
5+
$(info $(shell type gcc))
6+
$(info $(shell type cc))
7+
CC="cc"
78

89
# Where to install.
910
prefix ?= /usr/local

0 commit comments

Comments
 (0)