diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..d6709dc9 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +CODE_DIR = customer_app + +.PHONY: app + +app: + $(MAKE) -C $(CODE_DIR) +clean: + find . -name build_out|xargs rm -rf + find . -name __pycache__|xargs rm -rf + find . -type f -name "*.pyc" -delete + rm -rf tools/sdk_pub_tool/bouffalolab* diff --git a/README.rst b/README.rst index 019d694a..4e1433c2 100755 --- a/README.rst +++ b/README.rst @@ -18,18 +18,22 @@ You can find a lot of documentation on `PINE64 Documentation Website