X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=flash%2FMakefile;h=412c366e5a6cd736ce4d65194a31108a7c95d89d;hb=b55b75c3b98f4b80334cd8fb742e06e0ebe9b981;hp=aee2f3726d6ed83c58b45de5595ef02efac8947a;hpb=ce9f2666e92763635437466611f2daf9189a9ab8;p=fw%2Fstlink diff --git a/flash/Makefile b/flash/Makefile index aee2f37..412c366 100644 --- a/flash/Makefile +++ b/flash/Makefile @@ -1,14 +1,10 @@ -CC=gcc - CFLAGS+=-g -CFLAGS+=-DCONFIG_USE_LIBUSB -CFLAGS+=-DCONFIG_USE_LIBSG CFLAGS+=-DDEBUG CFLAGS+=-std=gnu99 CFLAGS+=-Wall -Wextra CFLAGS+=-I../src -LDFLAGS=-L.. -lstlink -lusb-1.0 -lsgutils2 +LDFLAGS=-L.. -lstlink -lusb-1.0 SRCS=main.c OBJS=$(SRCS:.c=.o)