DefectRand/Makefile

6 lines
134 B
Makefile
Raw Normal View History

2017-02-12 00:23:46 +03:00
CS=csc /nologo
TARGET=DefectRand.exe
DefectRand.exe:
2017-02-12 00:38:24 +03:00
$(CS) /out:DefectRand.exe /t:winexe main.cs AssemblyInfo.cs /win32icon:app.ico