diff --git a/Makefile b/Makefile index dfa210d..1e7f8b7 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +clean: + @find ./build -mindepth 1 -maxdepth 1 -not -iname *.gitkeep | xargs rm -rf + compose: bash ./.helpers/render.sh compose