diff options
author | Aaron Bieber <aaron@bolddaemon.com> | 2015-08-18 15:56:16 -0600 |
---|---|---|
committer | Aaron Bieber <aaron@bolddaemon.com> | 2015-08-18 15:56:16 -0600 |
commit | 4b4511dfe90e398afa9f0501084cb1373ca967cc (patch) | |
tree | 714b67e595590135723060cb14fa6051994714b2 /iceprog/Makefile | |
parent | 235ff955e3f857a8b4353a64d5b18dd3da91f1f5 (diff) | |
download | icestorm-4b4511dfe90e398afa9f0501084cb1373ca967cc.tar.gz icestorm-4b4511dfe90e398afa9f0501084cb1373ca967cc.tar.bz2 icestorm-4b4511dfe90e398afa9f0501084cb1373ca967cc.zip |
variablize CXX and PYTHON and add -L and -I
Diffstat (limited to 'iceprog/Makefile')
-rw-r--r-- | iceprog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iceprog/Makefile b/iceprog/Makefile index 86c69f4..a32f2b7 100644 --- a/iceprog/Makefile +++ b/iceprog/Makefile @@ -1,6 +1,6 @@ # CC = clang -LDLIBS = -lftdi -lm -CFLAGS = -MD -O0 -ggdb -Wall -std=c99 +LDLIBS = -L/usr/local/lib -lftdi -lm +CFLAGS = -MD -O0 -ggdb -Wall -std=c99 -I/usr/local/include DESTDIR = /usr/local all: iceprog |