aboutsummaryrefslogtreecommitdiffstats
path: root/icepack
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-07-18 21:22:44 +0200
committerClifford Wolf <clifford@clifford.at>2015-07-18 21:22:44 +0200
commitae459d7ae14bbcb545b1dbcb6ecb4149b5a1f278 (patch)
treec1779d50f29bc628c05cd5493a1a2cf1ac63cb6e /icepack
parent3b079a6c5e986b96fe0b3113c8ecd4619f28feba (diff)
downloadicestorm-ae459d7ae14bbcb545b1dbcb6ecb4149b5a1f278.tar.gz
icestorm-ae459d7ae14bbcb545b1dbcb6ecb4149b5a1f278.tar.bz2
icestorm-ae459d7ae14bbcb545b1dbcb6ecb4149b5a1f278.zip
Various Makefile cleanups
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