ref: 0be6e6c910ea4ab7909d878aa12c4c7989d5ca13
parent: e11ef2b8d5d73fd8c56ee015c78b086aaf3daf02
author: yenatch <[email protected]>
date: Tue Mar 1 16:09:34 EST 2016
Remove useless lines in the makefile. The previous rules were composed this way but only because target-specific variables weren't used. As they are now, they actually do nothing.
--- a/Makefile
+++ b/Makefile
@@ -45,12 +45,10 @@
%.asm: ;
%11.o: dep = $(shell $(includes) $(@D)/$*.asm)
-$(crystal11_obj): %11.o:
%11.o: %.asm $$(dep)
rgbasm -D CRYSTAL11 -o $@ $<
%.o: dep = $(shell $(includes) $(@D)/$*.asm)
-$(crystal_obj): %.o:
%.o: %.asm $$(dep)
rgbasm -o $@ $<