From 1c05c8df4b84a54e8f2a9a7b0a222bca280a5e47 Mon Sep 17 00:00:00 2001 From: stkhan Date: Thu, 13 Oct 2022 20:54:55 -0500 Subject: Update makefile to use set_vars script --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3