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