summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-05-28 15:53:30 -0400
committeryenatch <yenatch@gmail.com>2017-05-28 15:53:30 -0400
commit0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08 (patch)
treec9eff87d6641a0aecbe4cd1abbbe334d44890011
parent1a549990dae7748e4ca93fb72e9980bcce899cfa (diff)
Fix crystal11 after clean
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b5159f73a..dc0582e0b 100644
--- a/Makefile
+++ b/Makefile
@@ -45,8 +45,8 @@ tools/%: tools/%.c
%.asm: ;
-%11.o: dep = $(shell tools/scan_includes $(@D)/$*.asm)
-%11.o: %.asm $$(dep)
+$(crystal11_obj): dep = $(shell tools/scan_includes $(@D)/$*.asm)
+$(crystal11_obj): %11.o: %.asm $$(dep)
rgbasm -D CRYSTAL11 -o $@ $<
%.o: dep = $(shell tools/scan_includes $(@D)/$*.asm)