We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0ec77 commit 05dd4fbCopy full SHA for 05dd4fb
Makefile
@@ -2,8 +2,9 @@
2
export SHELL := /bin/bash
3
4
$(info ${SHELL})
5
-$(info $(shell type -a cc))
6
-#CC=gcc
+$(info $(shell type gcc))
+$(info $(shell type cc))
7
+CC="cc"
8
9
# Where to install.
10
prefix ?= /usr/local
0 commit comments