From 5881f7231d7c4511d6af341c46c6679f8c659584 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 21 Aug 2016 17:05:32 -0400 Subject: [PATCH] added make run --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index b76cce2..96685ff 100644 --- a/makefile +++ b/makefile @@ -3,3 +3,6 @@ all: Program.cs mcs -target:library -out:build/SteamAuth.dll -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 cp SteamAuth/SteamAuth/packages/Newtonsoft.Json.7.0.1/lib/net45/Newtonsoft.Json.dll build/ mcs -out:build/steamguard -r:build/SteamAuth.dll -r:build/Newtonsoft.Json.dll Program.cs + +run: + build/steamguard