summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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