From b7e8a4e3e21c2b9693c830018a8fc83fb05536dc Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 21 Aug 2016 12:08:58 -0400 Subject: [PATCH] Added a basic makefile --- makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 makefile diff --git a/makefile b/makefile new file mode 100644 index 0000000..d4b710e --- /dev/null +++ b/makefile @@ -0,0 +1,2 @@ +all: Program.cs + mcs -out:build/steamguard Program.cs