summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-12-26 13:42:41 -0600
committerstkhan <personal@slickd.xyz>2023-12-26 13:42:41 -0600
commit5b5086084b4f8451afb097a471f905c2cb2ad634 (patch)
treed0e6378a453c0896c64e2225b630544117dfe427 /Makefile
Init commitHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..45133f6
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,19 @@
+all: scripts dwl scripts somebar
+
+dwl:
+ cp scripts/* ~/.local/bin/
+ make -C dwl-v0.5 all
+
+clean:
+ make -C dwl-v0.5 clean
+
+test:
+ Xephyr :4 -screen 1920x1080 &
+ DISPLAY=:4 ./dwl-v0.5/dwl
+
+somebar:
+ meson -C somebar setup build
+ ninja -C somebar/build
+install:
+ make -C dwl-v0.5 install
+ ninja -C somebar/build install