From ae459d7ae14bbcb545b1dbcb6ecb4149b5a1f278 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 18 Jul 2015 21:22:44 +0200 Subject: Various Makefile cleanups --- icepack/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'icepack/Makefile') diff --git a/icepack/Makefile b/icepack/Makefile index 469e34a..18398f3 100644 --- a/icepack/Makefile +++ b/icepack/Makefile @@ -1,6 +1,7 @@ # CXX = clang LDLIBS = -lm -lstdc++ CXXFLAGS = -MD -O0 -ggdb -Wall -std=c++11 +CC = $(CXX) all: icepack iceunpack -- cgit v1.2.3