From 75ffecbfb6688a8b181630c98671caf0881bb852 Mon Sep 17 00:00:00 2001 From: MangoPig Date: Fri, 5 Dec 2025 19:25:37 +0000 Subject: [PATCH] Add clean and stow to setup --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index fffbb92..d8ffea9 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ setup: bash ./scripts/go.sh bash ./scripts/rust.sh bash ./scripts/python.sh + make clean + make stow @echo "Full setup completed." # Just stow the dotfiles