diff options
Diffstat (limited to 'icepack/Makefile')
-rw-r--r-- | icepack/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |