6 lines
134 B
Makefile
6 lines
134 B
Makefile
CS=csc /nologo
|
|
TARGET=DefectRand.exe
|
|
|
|
DefectRand.exe:
|
|
$(CS) /out:DefectRand.exe /t:winexe main.cs AssemblyInfo.cs /win32icon:app.ico
|