From 0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 28 May 2017 15:53:30 -0400 Subject: [PATCH] Fix crystal11 after clean --- Makefile | 4 ++-- 1 file 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)