
.PHONY: all
all:
	ufbt


.PHONY: clean
clean:
	rm -rf ./dist/*
	rm -rf ~/.ufbt/build/uk_mbirth_sonicare*

