summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-07-14 17:26:51 -0500
committerstkhan <personal@slickd.xyz>2022-07-14 17:26:51 -0500
commite3cb1df20b480599177a364c2524ffe41bd6a81c (patch)
tree992bf107b1b5a103220e63ae50e5bb31c3163601 /Makefile
parent7b64f77bdabf9aede4bbea7237ea1f562f1ac872 (diff)
Update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a79ebd..1dd0371 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ config:
@echo "Run make to compile sarc"
sarc: clean
./scripts/cp.sh
+ mkdir -p ~/.config/sarc/
+ cp scripts/sarc.cfg ~/.config/sarc/
+ @echo "Compiling wm..."
make wm -C wm
make utils -C utils
rm -rf colors.h