From: Kyle Fuller Date: Mon, 29 Jan 2018 09:39:16 +0000 (+0000) Subject: Use CCX over CC X-Git-Tag: 1.1.1~1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=41ca67469b2beb3b7ad0bf0b77de9279fa921814;p=znc-palaver.git Use CCX over CC Fixes #52 --- diff --git a/Makefile b/Makefile index 6089c64..e039422 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ uninstall: -rm -f $(HOME)/.znc/modules/palaver.so test-regex: test-regex.cpp - @$(CC) -std=c++11 test-regex.cpp -o test-regex + @$(CXX) -std=c++11 test-regex.cpp -o test-regex .PHONY: test test: test-regex