summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1e5785d..0282e44 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,17 @@
all: sarc
-sarc:
- ./scripts/set_theme.sh
+sarc: clean
+ @./scripts/set_theme.sh
make -C dwm-6.3
make -C st-0.8.4
make -C dmenu-5.0
make -C farbfeld
make -C sent
make -C wmname
+ rm colors.h
install:
+
make install -C dwm-6.3
make install -C st-0.8.4
make install -C dmenu-5.0