summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-04-08 09:06:03 -0800
committerstkhan <personal@slickd.xyz>2022-04-08 09:06:03 -0800
commitdf966cab682c913e8b62b460c9ef900e1046863f (patch)
tree99c5f7363f91fdfcd7cd37ebcd6e51d185073759 /Makefile
parent356b726ec5ac1d6796cfb5ca6171d20b4d0783a1 (diff)
Added dwmblocks scripts, sxiv, and modified dwm bindings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4fbb056..6359fa4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,15 @@
include config.mk
all: sarc
-
-
-sarc: clean
+sarc:
@./scripts/set_theme.sh
make -C $(DWM)
make -C $(ST)
make -C $(DMENU)
+ make -C sxiv
make -C farbfeld
make -C sent
make -C wmname
+ gcc -o scripts/gip scripts/ip.c
rm colors.h
c: clean
install:
@@ -17,6 +17,7 @@ install:
make install -C $(DWM)
make install -C $(ST)
make install -C $(DMENU)
+ make install -C sxiv
make install -C scripts
make install -C farbfeld
make install -C sent
@@ -28,3 +29,4 @@ clean:
make clean -C farbfeld
make clean -C sent
make clean -C wmname
+ rm -r scripts/gip