diff options
Diffstat (limited to 'iceprog')
-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 |