summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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