Added a basic makefile
This commit is contained in:
parent
dc2d6d2ee2
commit
b7e8a4e3e2
1 changed files with 2 additions and 0 deletions
2
makefile
Normal file
2
makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
all: Program.cs
|
||||
mcs -out:build/steamguard Program.cs
|
Loading…
Reference in a new issue