From 40ae617b228ef72de14bd51e8aa17c5ec400edca Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 12 Feb 2025 19:46:37 +0100 Subject: [PATCH] Rename output elf to output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acc3665..25b983d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ REV := master BASE := https://raw.githubusercontent.com/cnlohr/ch32v003fun/$(REV) CURL_FLAGS := -O -\# --fail --location --tlsv1.3 --proto =https --max-time 300 -TARGET = blink +TARGET = output TARGET_MCU?=CH32V003 NEWLIB=/usr/arm-none-eabi/include TOOL_PREFIX := riscv32-linux-gnu