diff --git a/Makefile b/Makefile index f809841..73880c2 100644 --- a/Makefile +++ b/Makefile @@ -63,9 +63,5 @@ build-overlay: commands clean: @echo " * Cleaning Up" - @sudo rm -rf tmp output target - -clean-all: clean - @echo " -- Cleaning Base" - @sudo rm -rf base + @sudo rm -rf base tmp output target