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

OBJ = ooa_plando.gbc

$(OBJ): plan.txt dungeon_flutes.yaml ooa_jul05.yaml
	$(RANDOMIZER) -include dungeon_flutes.yaml,ooa_jul05.yaml \
		-plan plan.txt $(ROM) $(OBJ)

clean:
	rm -f $(OBJ)
