Fix crystal11 after clean

This commit is contained in:
yenatch 2017-05-28 15:53:30 -04:00
parent 1a549990da
commit 0bd74cdd73

View File

@ -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)