summaryrefslogtreecommitdiff
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-03-18 08:09:07 -0800
committerstkhan <personal@slickd.xyz>2022-03-18 08:09:07 -0800
commite20a439f0de08052fad50669fd005dee14d40cae (patch)
tree8ffed60a1dce40ae64fd8f336a4d1b5d103683f1 /scripts/Makefile
parenta33351c3345f7b8657e6415878a73b5fedb09d72 (diff)
Update dwm, added farbfeld, sent, and wmname plus more
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
new file mode 100644
index 0000000..b275cfb
--- /dev/null
+++ b/scripts/Makefile
@@ -0,0 +1,6 @@
+include ../config.mk
+
+install:
+ cp brighter darker vol_down vol_up mute mic_toggle $(PREFIX)/bin
+clean:
+ rm $(PREFIX)/bin/{brighter,darker,vol_down,vol_up,mute,mic_toggle}