diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1c335ae --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ + +.PHONY: all +all: + ufbt + + +.PHONY: clean +clean: + rm -rf ./dist/* + rm -rf ~/.ufbt/build/uk_mbirth_sonicare* +