projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc9528e
)
Fix g++ option
author
bdemsky
<bdemsky@uci.edu>
Tue, 2 Oct 2018 18:02:13 +0000
(11:02 -0700)
committer
bdemsky
<bdemsky@uci.edu>
Tue, 2 Oct 2018 18:02:13 +0000
(11:02 -0700)
src/common.mk
patch
|
blob
|
history
diff --git
a/src/common.mk
b/src/common.mk
index fbd6f8872dda4dde337b90d42c0dad8f722ae7d6..8ffb36415bedd1a82654855695bdbf3b0be88dcd 100644
(file)
--- a/
src/common.mk
+++ b/
src/common.mk
@@
-1,7
+1,7
@@
# A few common Makefile items
CC := gcc
-CXX := g++
-5
+CXX := g++
UNAME := $(shell uname)