diff options
author | yenatch <yenatch@gmail.com> | 2017-05-28 15:53:30 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-05-28 15:53:30 -0400 |
commit | 0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08 (patch) | |
tree | c9eff87d6641a0aecbe4cd1abbbe334d44890011 | |
parent | 1a549990dae7748e4ca93fb72e9980bcce899cfa (diff) |
Fix crystal11 after clean
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |