From: Steinar H. Gunderson Date: Thu, 8 Jun 2017 07:21:44 +0000 (+0200) Subject: Don't try to link with g++. X-Git-Url: https://git.sesse.net/?p=remoteglot-book;a=commitdiff_plain;h=875b086391c824db13ebfb86303105ba18c462a9;hp=6a623b8a165869b9923afdb5f26d1fa206d27830 Don't try to link with g++. --- diff --git a/Makefile b/Makefile index 3cd53b2..1cc866d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ CXXFLAGS=-std=gnu++11 -O2 -g -Wall LDLIBS=-lmtbl -lfarmhash -lprotobuf PROTOC=protoc +CC=g++ all: binloader binlookup binmerger