diff options
| author | Clifford Wolf <clifford@clifford.at> | 2016-01-23 14:08:12 +0100 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2016-01-23 14:08:12 +0100 |
| commit | 7ef4cdc3c2e46ee882bb9cf758e8029564182ed2 (patch) | |
| tree | 43b7bb13bd67ddc33638426e8c7637805d276399 /icetime/Makefile | |
| parent | 7a1e662a3f676f408f79127459be95b37e959f47 (diff) | |
| parent | f22f94619cad9db5757320f731becf0a988998d6 (diff) | |
Merge pull request #25 from SebastianBoe/chipdb_path_issue
icetime: fixed chipdb path issue for Arch Linux
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 |
