Fix Makefiles to account for the $CC and $CXX environment variables

This commit is contained in:
aaaaaa123456789
2019-08-06 20:30:57 -03:00
parent 2a0517f0fd
commit e28cf5406b
12 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
CC = gcc
CC ?= gcc
CFLAGS = -Wall -Wextra -Werror -std=c11 -O2