Use CCX over CC
authorKyle Fuller <redacted>
Mon, 29 Jan 2018 09:39:16 +0000 (09:39 +0000)
committerGitHub <redacted>
Mon, 29 Jan 2018 09:39:16 +0000 (09:39 +0000)
Fixes #52

Makefile

index 6089c646e60d0c8a715ea93c5c4efcd1ba1f1a45..e039422134535ea23a78fe91a209cc4b178c0f5e 100644 (file)
--- 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
git clone https://git.99rst.org/PROJECT