From cb7ec8631cacb6761e409257e6d9173e4f785b3d Mon Sep 17 00:00:00 2001 From: Alan Berndt Date: Fri, 11 Mar 2022 20:18:36 -0800 Subject: [PATCH] Fix typo in name of project. This also adds a newline at the end of the Makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f11c112..5aa6fd2 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ SERIALNUM ?= D000000000E7 CDEFS += -DUSB_SERIALNUM="\"$(SERIALNUM)\"" # Base OpenCM3 build -PROJECT = boot-swtich +PROJECT = boot-switch CFILES = \ src/clock.c \ @@ -77,4 +77,4 @@ debug_gdb: disasm: $(OUTPUT_ELF) $(OBJDUMP) -d $(OUTPUT_ELF) -.PHONY: flash reset debug_gdb debug_server disasm \ No newline at end of file +.PHONY: flash reset debug_gdb debug_server disasm