Create Makefile

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

7
Makefile Normal file
View File

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