diff options
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 6 |
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} |