summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2025-07-24 19:02:26 -0500
committerstkhan <personal@slickd.xyz>2025-07-24 19:02:26 -0500
commitc6ed3de8a62fc3a8eae866eaa7ac076b28d88ad7 (patch)
tree96b71b2e32d760e7d463dec468bc97b80cf50870 /Makefile
parent7bf6f5dabe3b0530dc1811663a5498acfa1df879 (diff)
Add custom dmenu color support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f4efa8..7c3775b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ 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