From ceb747c622cd90e9796515e917f2a0e00ebd7764 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Fri, 17 Apr 2020 23:24:10 +0200 Subject: [PATCH] fix ~~type~~ typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2a49073b..5682a387a 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ $(crystal11_obj): RGBASMFLAGS += -D _CRYSTAL11 $(crystal_au_obj): RGBASMFLAGS += -D _CRYSTAL11 -D _CRYSTAL_AU rgbdscheck.o: rgbdscheck.asm - $(RGMASM) -o $@ $< + $(RGBASM) -o $@ $< # The dep rules have to be explicit or else missing files won't be reported. # As a side effect, they're evaluated immediately instead of when the rule is invoked.