allow overriding CC with clang or other (#51)

This commit is contained in:
Jakub Sokołowski 2022-10-04 18:18:45 +02:00 committed by GitHub
parent daff2b4670
commit 07e37730c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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