added install and uninstall scripts to makefile
This commit is contained in:
parent
6a6befa7d2
commit
cf7e858b88
1 changed files with 10 additions and 0 deletions
10
makefile
10
makefile
|
@ -10,3 +10,13 @@ run:
|
|||
|
||||
clean:
|
||||
rm -r build/
|
||||
|
||||
install:
|
||||
cp build/steamguard /usr/local/bin/
|
||||
cp build/Newtonsoft.Json.dll /usr/local/bin/
|
||||
cp build/SteamAuth.dll /usr/local/bin/
|
||||
|
||||
uninstall:
|
||||
rm -f /usr/local/bin/steamguard
|
||||
rm -f /usr/local/bin/Newtonsoft.Json.dll
|
||||
rm -f /usr/local/bin/SteamAuth.dll
|
Loading…
Reference in a new issue