diff --git a/makefiles/variables.mk b/makefiles/variables.mk index c243cd4..963f5f4 100644 --- a/makefiles/variables.mk +++ b/makefiles/variables.mk @@ -7,7 +7,7 @@ SHELL := bash # the shell used internally by "make" -CC := gcc +CC ?= gcc LD := $(CC) #- extra parameters for the Nim compiler