Added a basic makefile

This commit is contained in:
Carson McManus 2016-08-21 12:08:58 -04:00
parent dc2d6d2ee2
commit b7e8a4e3e2

2
makefile Normal file
View file

@ -0,0 +1,2 @@
all: Program.cs
mcs -out:build/steamguard Program.cs