summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)