demo^Wfirst release

This commit is contained in:
2017-02-12 00:23:46 +03:00
commit 970223f712
6 changed files with 125 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
CS=csc /nologo
TARGET=DefectRand.exe
DefectRand.exe:
$(CS) /out:DefectRand.exe main.cs AssemblyInfo.cs /win32icon:app.ico