From 42e9ad32c607fd0f97f82bbcb7915239e94a0f63 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 3 Nov 2019 21:49:22 +0100 Subject: [PATCH] :hammer: remove full path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2641e610..9dc8be68 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ pedantic_clang: # calling GCC with most warnings pedantic_gcc: - $(MAKE) json_unit CXX=/usr/local/bin/g++-9 CXXFLAGS=" \ + $(MAKE) json_unit CXX=g++-9 CXXFLAGS=" \ -std=c++11 \ -Waddress \ -Waddress-of-packed-member \