From 29e8d65ae49ef1c9435fb861b1fc55ef2305d7ed Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 9 Sep 2014 14:15:18 +0200 Subject: build: Don't overwrite CC variable Don't reset the variable CC in the Makefile, but set it to gcc by default (can be overriden when e.g. compiling with `make CC=clang'). This way we can also have non-verbose compiles with compilers other than gcc. Furthermore make sure that the CC variable is also respected for LD. Signed-off-by: Tobias Klauser --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90387ab..f76fa10 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # netsniff-ng build system # Copyright 2012 - 2013 Daniel Borkmann -# Copyright 2013 Tobias Klauser +# Copyright 2013 - 2014 Tobias Klauser # Subject to the GNU GPL, version 2. -include Config -- cgit v1.2.3-54-g00ecf