diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-07-18 21:22:44 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-07-18 21:22:44 +0200 |
commit | ae459d7ae14bbcb545b1dbcb6ecb4149b5a1f278 (patch) | |
tree | c1779d50f29bc628c05cd5493a1a2cf1ac63cb6e /icepack/Makefile | |
parent | 3b079a6c5e986b96fe0b3113c8ecd4619f28feba (diff) | |
download | icestorm-ae459d7ae14bbcb545b1dbcb6ecb4149b5a1f278.tar.gz icestorm-ae459d7ae14bbcb545b1dbcb6ecb4149b5a1f278.tar.bz2 icestorm-ae459d7ae14bbcb545b1dbcb6ecb4149b5a1f278.zip |
Various Makefile cleanups
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 |