updated makefile to update nuget packages and build SteamAuth
This commit is contained in:
parent
b7e8a4e3e2
commit
949944e330
1 changed files with 3 additions and 1 deletions
4
makefile
4
makefile
|
@ -1,2 +1,4 @@
|
||||||
all: Program.cs
|
all: Program.cs
|
||||||
mcs -out:build/steamguard Program.cs
|
nuget restore SteamAuth/SteamAuth/SteamAuth.sln
|
||||||
|
mcs -target:library -out:build/libSteamAuth.so -r:SteamAuth/SteamAuth/packages/Newtonsoft.Json.7.0.1/lib/net45/Newtonsoft.Json.dll SteamAuth/SteamAuth/APIEndpoints.cs SteamAuth/SteamAuth/AuthenticatorLinker.cs SteamAuth/SteamAuth/Confirmation.cs SteamAuth/SteamAuth/SessionData.cs SteamAuth/SteamAuth/SteamGuardAccount.cs SteamAuth/SteamAuth/SteamWeb.cs SteamAuth/SteamAuth/TimeAligner.cs SteamAuth/SteamAuth/UserLogin.cs SteamAuth/SteamAuth/Util.cs SteamAuth/SteamAuth/Properties/AssemblyInfo.cs
|
||||||
|
mcs -out:build/steamguard -r:build/libSteamAuth.so Program.cs
|
||||||
|
|
Loading…
Reference in a new issue