From 79f2e526efb5bda53c1b8474a18e0f35aed779a1 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Sat, 18 Aug 2018 11:40:03 +0430 Subject: [PATCH] We may use alternative computers (i.e. CLANG) on hosts on which GCC is not the default compiler --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 383782d..4fe0c33 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ N2N_OSNAME=$(shell uname -p) ######## -CC=gcc +CC?=gcc DEBUG?=-g3 #OPTIMIZATION?=-O2 WARN?=-Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs @@ -141,4 +141,4 @@ push: fi .PHONY: steps build push -# End Docker builder section \ No newline at end of file +# End Docker builder section