summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1dd0371..60cd52f 100644
--- a/Makefile
+++ b/Makefile
@@ -18,9 +18,10 @@ config:
sarc: clean
./scripts/cp.sh
mkdir -p ~/.config/sarc/
- cp scripts/sarc.cfg ~/.config/sarc/
@echo "Compiling wm..."
make wm -C wm
+ make config.h -C wm/dwm-6.4
+ @./scripts/set_vars.sh
make utils -C utils
rm -rf colors.h
@echo