From 448444113b5029760deab5d4cc6202fd6235048f Mon Sep 17 00:00:00 2001 From: nova Date: Sat, 11 May 2024 12:55:33 +0200 Subject: [PATCH] Makefile fix --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 83d3d26..6add104 100644 --- a/Makefile +++ b/Makefile @@ -157,3 +157,6 @@ obj/%.o: ./%.S f: clean all wchisp flash ./main.elf + +flash: + wchisp flash ./main.elf