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:
1a48187
)
Use CCX over CC
author
Kyle Fuller
<redacted>
Mon, 29 Jan 2018 09:39:16 +0000
(09:39 +0000)
committer
GitHub
<redacted>
Mon, 29 Jan 2018 09:39:16 +0000
(09:39 +0000)
Fixes #52
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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
- @$(C
C
) -std=c++11 test-regex.cpp -o test-regex
+ @$(C
XX
) -std=c++11 test-regex.cpp -o test-regex
.PHONY: test
test: test-regex
git clone https://git.99rst.org/PROJECT