diff --git a/Makefile b/Makefile index 7e73f94..9e372ce 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,9 @@ setup: @echo "Checking for git-lfs..." @which git-lfs > /dev/null || (echo "Installing git-lfs..." && brew install git-lfs) @echo "git-lfs is installed." + @echo "Checking for trash..." + @which trash > /dev/null || (echo "Installing trash..." && brew install trash) + @echo "trash is installed." @echo "Done 🚀"