Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
17 lines
401 B
Diff
17 lines
401 B
Diff
diff -u a/Makefile b/Makefile
|
|
--- a/Makefile 2011-05-14 22:24:57.000000000 -0400
|
|
+++ b/Makefile 2016-04-01 14:53:05.000000000 -0400
|
|
@@ -19,9 +19,9 @@
|
|
|
|
#****************************************************************************
|
|
|
|
-CC := gcc
|
|
-CXX := g++
|
|
-LD := g++
|
|
+CC ?= gcc
|
|
+CXX ?= g++
|
|
+LD ?= g++
|
|
AR := ar rc
|
|
RANLIB := ranlib
|
|
|
|
Common subdirectories: a/docs and b/docs
|