diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-01-23 14:08:23 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-01-23 14:08:23 +0100 |
commit | b1475b9c07db01acbc2894ea6023366c2b738f7f (patch) | |
tree | f4262dc904652e8958173d791d09bb21e6c533bd /icetime/Makefile | |
parent | 0ecaedf2e8a6a2cfb9db2d2974bb78dae52e6bbd (diff) | |
parent | 7ef4cdc3c2e46ee882bb9cf758e8029564182ed2 (diff) | |
download | icestorm-b1475b9c07db01acbc2894ea6023366c2b738f7f.tar.gz icestorm-b1475b9c07db01acbc2894ea6023366c2b738f7f.tar.bz2 icestorm-b1475b9c07db01acbc2894ea6023366c2b738f7f.zip |
Merge branch 'master' of github.com:cliffordwolf/icestorm
Diffstat (limited to 'icetime/Makefile')
-rw-r--r-- | icetime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icetime/Makefile b/icetime/Makefile index d2daee3..de3b44b 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -1,6 +1,6 @@ include ../config.mk LDLIBS = -lm -lstdc++ -CXXFLAGS = -MD -O0 -ggdb -Wall -std=c++11 -I/usr/local/include +CXXFLAGS = -MD -O0 -ggdb -Wall -std=c++11 -I/usr/local/include -DPREFIX=$(PREFIX) all: icetime |