# you'll need to add these two files before building!
RANDOMIZER = ./oracles-randomizer
ROM = oos.gbc

OBJ = oos_plando.gbc

$(OBJ): plan.txt asm.yaml
	$(RANDOMIZER) -include asm.yaml -plan plan.txt $(ROM) $(OBJ)

clean:
	rm -f $(OBJ)
