aboutsummaryrefslogtreecommitdiffstats
path: root/icepack
diff options
context:
space:
mode:
Diffstat (limited to 'icepack')
-rw-r--r--icepack/.gitignore4
-rw-r--r--icepack/Makefile1
2 files changed, 5 insertions, 0 deletions
diff --git a/icepack/.gitignore b/icepack/.gitignore
new file mode 100644
index 0000000..c531272
--- /dev/null
+++ b/icepack/.gitignore
@@ -0,0 +1,4 @@
+icepack
+iceunpack
+icepack.o
+icepack.d
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