
.PHONY: check
check:
	@./lit.py .

.PHONY: clean
clean:
	rm -rf build.* qml/Output
.PHONY: superclean
superclean:
	rm -rf .cache build.* qml/Output
