From 4b4511dfe90e398afa9f0501084cb1373ca967cc Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 18 Aug 2015 15:56:16 -0600 Subject: variablize CXX and PYTHON and add -L and -I --- iceprog/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iceprog') 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 -- cgit v1.2.3