summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-04-29 16:10:23 -0500
committerstkhan <personal@slickd.xyz>2022-04-29 16:10:23 -0500
commitd4b3ef6f2d1aa93f2e73f371f49efc78d712db45 (patch)
tree22f7ce4972e3838f90783c588217a09d3a502400 /Makefile
parented7f420ff0f7fd71b0ed36ace22deb7f7c41e0e0 (diff)
Updated surf, new theme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index fbd6858..c127b5c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,20 +1,19 @@
include config.mk
all: sarc
-sarc: clean
+sarc: clean
@./scripts/set_theme.sh
- make -C $(DWM)
- make -C $(ST)
- make -C $(DMENU)
- make -C surf
- make -C dwmblocks
- make -C sxiv
- make -C tabbed
- make -C farbfeld
- make -C sent
- make -C wmname
+ make -C $(DWM)
+ make -C $(ST)
+ make -C $(DMENU)
+ make -C surf
+ make -C dwmblocks
+ make -C sxiv
+ make -C tabbed
+ make -C farbfeld
+ make -C sent
+ make -C wmname
+ rm -rf colors.h
gcc -o scripts/gip scripts/ip.c
- mkdir -p ~/.cache/sarc/
- rm colors.h
c: clean
install:
@@ -40,4 +39,5 @@ clean:
make clean -C farbfeld
make clean -C sent
make clean -C wmname
- rm -rf scripts/gip
+ rm -rf scripts/gip colors.h
+