ref: 0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08
parent: 1a549990dae7748e4ca93fb72e9980bcce899cfa
author: yenatch <[email protected]>
date: Sun May 28 11:53:30 EDT 2017
Fix crystal11 after clean
--- a/Makefile
+++ b/Makefile
@@ -45,8 +45,8 @@
%.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)