aboutsummaryrefslogtreecommitdiffstats
path: root/iceprog
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-02-13 14:39:44 +0100
committerClifford Wolf <clifford@clifford.at>2017-02-13 14:39:44 +0100
commitce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad (patch)
tree0c74941347a751cd2d9a71a7d9c3af0692343686 /iceprog
parent399830dda5009a00ea8a684bc89eb8aa12fbbb84 (diff)
parentea82010fbfe1e306bb3d7fbd29057c0dc5c77e48 (diff)
downloadicestorm-ce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad.tar.gz
icestorm-ce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad.tar.bz2
icestorm-ce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad.zip
Merge branch 'makefiles' of https://github.com/lineprinter/icestorm into lineprinter-makefiles
Diffstat (limited to 'iceprog')
-rw-r--r--iceprog/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/iceprog/Makefile b/iceprog/Makefile
index 5614646..286460f 100644
--- a/iceprog/Makefile
+++ b/iceprog/Makefile
@@ -2,11 +2,9 @@ include ../config.mk
ifneq ($(shell uname -s),Darwin)
LDLIBS = -L/usr/local/lib -lm
- CFLAGS = -MD -O0 -ggdb -Wall -std=c99 -I/usr/local/include
else
LIBFTDI_NAME = $(shell $(PKG_CONFIG) --exists libftdi1 && echo ftdi1 || echo ftdi)
LDLIBS = -L/usr/local/lib -l$(LIBFTDI_NAME) -lm
- CFLAGS = -MD -O0 -ggdb -Wall -std=c99 -I/usr/local/include
endif
ifeq ($(STATIC),1)