summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-03-25 18:35:56 -0800
committerstkhan <personal@slickd.xyz>2022-03-25 18:35:56 -0800
commit09fc0fb652cfccdd19502399312c6119ea35d796 (patch)
tree946e77b03af4a396a15f97e79e1b5d53c8183dcc /Makefile
parente20a439f0de08052fad50669fd005dee14d40cae (diff)
Updated dwm, etc
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