From ea82010fbfe1e306bb3d7fbd29057c0dc5c77e48 Mon Sep 17 00:00:00 2001 From: Elvira Khabirova Date: Sun, 12 Feb 2017 02:50:15 +0300 Subject: Clean up Makefiles --- icemulti/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'icemulti') diff --git a/icemulti/Makefile b/icemulti/Makefile index 009889e..a168bac 100644 --- a/icemulti/Makefile +++ b/icemulti/Makefile @@ -1,6 +1,4 @@ include ../config.mk -LDLIBS = -lm -lstdc++ -CXXFLAGS = -MD -O0 -ggdb -Wall -std=c++11 ifeq ($(STATIC),1) LDFLAGS += -static @@ -9,7 +7,7 @@ endif all: icemulti$(EXE) icemulti$(EXE): icemulti.o - $(CC) -o $@ $(LDFLAGS) $^ $(LDLIBS) + $(CXX) -o $@ $(LDFLAGS) $^ $(LDLIBS) install: all mkdir -p $(DESTDIR)$(PREFIX)/bin -- cgit v1.2.3