diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-26 10:48:02 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-26 10:48:02 -0400 |
| commit | 06fd4a903b11d06c66c51207883b0b8f1d4f2fb7 (patch) | |
| tree | 1d20efad6386edf655b4afaa3d98cdc2ef451092 /bin/Makefile | |
| parent | 03976ecac8e5b062936f692f45768da512d89421 (diff) | |
| download | dotfiles-06fd4a903b11d06c66c51207883b0b8f1d4f2fb7.tar.gz dotfiles-06fd4a903b11d06c66c51207883b0b8f1d4f2fb7.tar.xz | |
Add muslbuild, a small set of shell scripts to statically build a few things against musl libc
Diffstat (limited to 'bin/Makefile')
| -rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 0189db6..ea174e3 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -14,5 +14,5 @@ install: install night $(HOME)/bin/ install wallpaper $(HOME)/bin/ install status-bar $(HOME)/bin/ - install volCtl $(HOME)/bin/ + install vol $(HOME)/bin/ |
