X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=flash%2FMakefile;h=412c366e5a6cd736ce4d65194a31108a7c95d89d;hb=b55b75c3b98f4b80334cd8fb742e06e0ebe9b981;hp=fe0dff7ce4aeddd49850db3223d7a99043ffc0bb;hpb=c16a18e5b3e578589f7aa52c2119982e20eb0975;p=fw%2Fstlink diff --git a/flash/Makefile b/flash/Makefile index fe0dff7..412c366 100644 --- a/flash/Makefile +++ b/flash/Makefile @@ -1,12 +1,10 @@ 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)