about summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 5f42afd04476..4fd29305978a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,2 +1,2 @@
-nix: nix.c
-	gcc -g -Wall -o nix nix.c -ldb-4
+nix: nix.cc
+	g++ -g -Wall -o nix nix.cc -ldb_cxx-4