summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-04-17 23:24:10 +0200
committermid-kid <esteve.varela@gmail.com>2020-04-17 23:24:10 +0200
commitceb747c622cd90e9796515e917f2a0e00ebd7764 (patch)
treeb9f24d4ae296e6fa6fed3898f2e369ef8c2f89b7
parent19aee926af86c1351ca85ca45da26f5d6f3cd8d6 (diff)
fix ~~type~~ typo
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.