From 198dbfca60de1616a4cd0a67cc44c3aaa1a53d9e Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 22 Dec 2025 16:43:51 +0100 Subject: [PATCH] produce both *.out and *.hex files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8110d4..dfbcf23 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ OBJ := $(SRC:%=obj/%.o) .PHONY: all clean install-strip info -all: info bin/a.out +all: info bin/a.hex clean:; @-$(RM) -rv bin/ obj/ info: $(info CC: $(CC))