Update Makefile

This commit is contained in:
BitHeaven 2022-08-19 19:50:36 +05:00 committed by GitHub
parent c5e094ba97
commit 98168dced1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
install: install:
mkdir -p /usr/local/bin mkdir -p /usr/local/bin
cp -f scrsht /usr/local/bin cp -f wpmp4 /usr/local/bin
chmod 755 /usr/local/bin/scrsht chmod 755 /usr/local/bin/wpmp4
uninstall: uninstall:
rm -f /usr/local/bin/scrsht rm -f /usr/local/bin/wpmp4