clean:
	rm -rf resources/public target/stale target/classes

watch:
	@boot development

production:
	@boot production

.PHONY: clean watch dev
