git.99rst.org
/
znc-palaver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
85ec435
)
Use CC over c++
author
Kyle Fuller
<redacted>
Thu, 25 Jan 2018 02:47:17 +0000
(
02:47
+0000)
committer
GitHub
<redacted>
Thu, 25 Jan 2018 02:47:17 +0000
(
02:47
+0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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