X-Git-Url: https://git.gag.com/?p=fw%2Fstlink;a=blobdiff_plain;f=flash%2FMakefile;fp=flash%2FMakefile;h=5345dcbfdb913a483964c55e6f81e3f2ad4c5910;hp=4914587179b287eb3d4560c06f770313cd955912;hb=41c5ef21ab59dd3d8505c2471e4f1a63611e1f47;hpb=957b9c504fa6984314e0dd00958500dcf622ac9e diff --git a/flash/Makefile b/flash/Makefile index 4914587..5345dcb 100644 --- a/flash/Makefile +++ b/flash/Makefile @@ -13,7 +13,7 @@ CFLAGS+=`pkg-config --cflags libusb-1.0` SRCS=main.c OBJS=$(SRCS:.c=.o) -NAME=flash +NAME=st-flash all: $(NAME)