summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1e5785d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,26 @@
+all: sarc
+
+
+sarc:
+ ./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
+install:
+ make install -C dwm-6.3
+ make install -C st-0.8.4
+ make install -C dmenu-5.0
+ make install -C scripts
+ make install -C farbfeld
+ make install -C sent
+ make install -C wmname
+clean:
+ make clean -C dwm-6.3
+ make clean -C st-0.8.4
+ make clean -C dmenu-5.0
+ make clean -C farbfeld
+ make clean -C sent
+ make clean -C wmname