From e28cf5406b25707338458a3f49125b38750c8627 Mon Sep 17 00:00:00 2001 From: aaaaaa123456789 Date: Tue, 6 Aug 2019 20:30:57 -0300 Subject: Fix Makefiles to account for the $CC and $CXX environment variables --- tools/bin2c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/bin2c') diff --git a/tools/bin2c/Makefile b/tools/bin2c/Makefile index ab11e1b61..52806e39c 100644 --- a/tools/bin2c/Makefile +++ b/tools/bin2c/Makefile @@ -1,4 +1,4 @@ -CC = gcc +CC ?= gcc CFLAGS = -Wall -Wextra -Werror -std=c11 -O2 -- cgit v1.2.3