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