.PHONY: clean
clean:
	rm -rf output

.PHONY: demo
demo: clean
	reloci --dryrun source output
	reloci source output
