From 41c5ef21ab59dd3d8505c2471e4f1a63611e1f47 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Tue, 7 Feb 2012 21:48:46 +0100 Subject: [PATCH] Rename "flash" to "st-flash" --- flash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2