From e3cb1df20b480599177a364c2524ffe41bd6a81c Mon Sep 17 00:00:00 2001 From: stkhan Date: Thu, 14 Jul 2022 17:26:51 -0500 Subject: Update Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3