diff --git a/Makefile.common b/Makefile.common index a1d8e4d2..9df8168f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,7 +1,7 @@ # Shared Makefile for -CC = g++ -CXX = g++ +CC ?= g++ +CXX ?= g++ ifndef LDLIBS LDLIBS := -lgtest -lpthread endif