From 0be6e6c910ea4ab7909d878aa12c4c7989d5ca13 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 1 Mar 2016 21:09:34 -0500 Subject: [PATCH] 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. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 44f872647..65c64ede0 100644 --- a/Makefile +++ b/Makefile @@ -45,12 +45,10 @@ compare: pokecrystal.gbc pokecrystal11.gbc %.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 $@ $<