diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-07-18 13:07:39 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-07-18 13:07:39 +0200 |
commit | 13e63e6b65e044e348356731b55610d02cb308b9 (patch) | |
tree | 00274273090bec68fc31022b6daef4115290efbb /icepack/Makefile | |
parent | c41701ca3a2046e9cabe303cff0aa203215d70c1 (diff) | |
download | icestorm-13e63e6b65e044e348356731b55610d02cb308b9.tar.gz icestorm-13e63e6b65e044e348356731b55610d02cb308b9.tar.bz2 icestorm-13e63e6b65e044e348356731b55610d02cb308b9.zip |
Import of icestorm-snapshot-150526.zip
Diffstat (limited to 'icepack/Makefile')
-rw-r--r-- | icepack/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/icepack/Makefile b/icepack/Makefile index 75f81e7..469e34a 100644 --- a/icepack/Makefile +++ b/icepack/Makefile @@ -1,5 +1,4 @@ - -CXX = clang +# CXX = clang LDLIBS = -lm -lstdc++ CXXFLAGS = -MD -O0 -ggdb -Wall -std=c++11 @@ -12,7 +11,7 @@ iceunpack: icepack install: all cp icepack /usr/local/bin/icepack - ln -s icepack /usr/local/bin/iceunpack + ln -sf icepack /usr/local/bin/iceunpack uninstall: rm -f /usr/local/bin/icepack |