diff options
| author | Clifford Wolf <clifford@clifford.at> | 2015-08-19 09:06:37 +0200 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2015-08-19 09:06:37 +0200 |
| commit | f3a2d5796aa7d11b9dd23ba4839a8a991ebf76fa (patch) | |
| tree | 3a4c75b51b841218554954e026fe953b0fc94044 /icepack/Makefile | |
| parent | 235ff955e3f857a8b4353a64d5b18dd3da91f1f5 (diff) | |
| parent | 55a46367881e17b05bd64d9f44b30bf6623b5e37 (diff) | |
Merge pull request #3 from qbit/master
Add entry points for PYTHON and CXX
Diffstat (limited to 'icepack/Makefile')
| -rw-r--r-- | icepack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icepack/Makefile b/icepack/Makefile index 6f908a4..559a66d 100644 --- a/icepack/Makefile +++ b/icepack/Makefile @@ -1,6 +1,7 @@ # CXX = clang +CXX ?= clang LDLIBS = -lm -lstdc++ -CXXFLAGS = -MD -O0 -ggdb -Wall -std=c++11 +CXXFLAGS = -MD -O0 -ggdb -Wall -std=c++11 -I/usr/local/include CC = $(CXX) DESTDIR = /usr/local |
