diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-04-17 23:24:10 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-04-17 23:24:10 +0200 |
commit | ceb747c622cd90e9796515e917f2a0e00ebd7764 (patch) | |
tree | b9f24d4ae296e6fa6fed3898f2e369ef8c2f89b7 | |
parent | 19aee926af86c1351ca85ca45da26f5d6f3cd8d6 (diff) |
fix ~~type~~ typo
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |