commit 3c8aae2ef20ea5559f04bb1d99dc666c6c75456e parent ad9fddcee09a0b17330ae632f7e77978ba14fbcb Author: Ed van Bruggen <edvb@uw.edu> Date: Thu, 17 Oct 2019 18:41:25 -0700 Set default C compiler only if one is not given Diffstat:
config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -24,4 +24,4 @@ DEBUG ?= 0 # CFLAGS += -DTIB_DYNAMIC # compiler and linker -CC = cc +CC ?= cc