allow overriding CC with clang or other (#51)
This commit is contained in:
parent
daff2b4670
commit
07e37730c6
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
SHELL := bash # the shell used internally by "make"
|
SHELL := bash # the shell used internally by "make"
|
||||||
|
|
||||||
CC := gcc
|
CC ?= gcc
|
||||||
LD := $(CC)
|
LD := $(CC)
|
||||||
|
|
||||||
#- extra parameters for the Nim compiler
|
#- extra parameters for the Nim compiler
|
||||||
|
|
Loading…
Reference in New Issue