summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2025-07-23 21:35:48 -0500
committerstkhan <personal@slickd.xyz>2025-07-23 21:35:48 -0500
commit7bf6f5dabe3b0530dc1811663a5498acfa1df879 (patch)
tree04f682c70dda155df024725c39f5093fdf051316 /Makefile
parent631750d87c2711d2c29c5522a0d8de7744080ac3 (diff)
Dmenu overhaul
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 755cf61..6f4efa8 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,11 @@ config:
rm -rf .config
@./scripts/set_theme.sh
@echo "Run make to compile sarc"
-sarc: clean
+sarc: clean
./scripts/cp.sh
+ ${COLOR}
+ cp wm/${DMENU}/config.h wm/${DMENU}/real_config.h
+ ./scripts/pre_build.sh
mkdir -p ~/.config/sarc/
@echo "Compiling wm..."
make wm -C wm
@@ -36,7 +39,7 @@ install: feh_fix
clean:
make clean-wm -C wm
make clean-utils -C utils
- rm -rf colors.h
+ rm -rf colors.h wm/${DMENU}/real_config.h
part:
./scripts/cp.sh
cleanp: clean