diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-03-02 15:29:58 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-02 15:29:58 -0500 |
commit | 765850c8f756f2b57ba4e9107b6fc7032c983712 (patch) | |
tree | c52988a560a71e1743c03b928f5fadcc6f037a2a | |
parent | unfinished (diff) | |
parent | Merge pull request #2 from mrchainman/master (diff) | |
download | dwmblocks-765850c8f756f2b57ba4e9107b6fc7032c983712.tar.gz dwmblocks-765850c8f756f2b57ba4e9107b6fc7032c983712.tar.bz2 dwmblocks-765850c8f756f2b57ba4e9107b6fc7032c983712.tar.xz dwmblocks-765850c8f756f2b57ba4e9107b6fc7032c983712.tar.zst dwmblocks-765850c8f756f2b57ba4e9107b6fc7032c983712.zip |
Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,3 +7,4 @@ clean: install: output mkdir -p /usr/local/bin cp -f dwmblocks /usr/local/bin + chmod 755 /usr/local/bin/dwmblocks |