all:
	gwsim simulate config.yaml

.PHONY: clean

clean:
	rm -rf output/ metadata/ .gwsim_checkpoints/
