From ea82010fbfe1e306bb3d7fbd29057c0dc5c77e48 Mon Sep 17 00:00:00 2001 From: Elvira Khabirova Date: Sun, 12 Feb 2017 02:50:15 +0300 Subject: Clean up Makefiles --- iceprog/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'iceprog') 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) -- cgit v1.2.3