Use CC over c++
authorKyle Fuller <redacted>
Thu, 25 Jan 2018 02:47:17 +0000 (02:47 +0000)
committerGitHub <redacted>
Thu, 25 Jan 2018 02:47:17 +0000 (02:47 +0000)
Makefile

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