
INPUT = input
OUTPUT = output


demo:
	python src/main.py  --input $(INPUT)  --output $(OUTPUT)

clean:
	rm -rf ./input.walk ./output
