From: Kyle Fuller Date: Thu, 25 Jan 2018 02:47:17 +0000 (+0000) Subject: Use CC over c++ X-Git-Tag: 1.1.1~2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1a4818786e9abb5cf94cf722383104264824cd43;p=znc-palaver.git Use CC over c++ --- diff --git a/Makefile b/Makefile index 1ebcd5b..6089c64 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ uninstall: -rm -f $(HOME)/.znc/modules/palaver.so test-regex: test-regex.cpp - @c++ -std=c++11 test-regex.cpp -o test-regex + @$(CC) -std=c++11 test-regex.cpp -o test-regex .PHONY: test test: test-regex