Fix Makefiles to account for the $CC and $CXX environment variables
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CC = gcc
|
||||
CC ?= gcc
|
||||
|
||||
CFLAGS = -Wall -Wextra -Werror -std=c11 -O2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user