Files
DefectRand/Makefile
2017-02-12 00:23:46 +03:00

6 lines
124 B
Makefile

CS=csc /nologo
TARGET=DefectRand.exe
DefectRand.exe:
$(CS) /out:DefectRand.exe main.cs AssemblyInfo.cs /win32icon:app.ico