Merge pull request #2 from mrchainman/master

Added chmod in Makefile to prevent execution errors
This commit is contained in:
Luke Smith 2020-03-02 10:30:11 -05:00 committed by GitHub
commit e448dd3d5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,3 +7,4 @@ clean:
install: output
mkdir -p /usr/local/bin
cp -f dwmblocks /usr/local/bin
chmod 755 /usr/local/bin/dwmblocks