REFERENCES = /reference:System.Drawing.dll /reference:System.dll /reference:System.Design.dll /reference:System.Data.dll /reference:System.Windows.Forms.dll
ASMLC = asmlc.exe

Sort.exe: Sort.asml View.cs
  $(ASMLC) Sort.asml View.cs $(REFERENCES)

clean:
  del Sort.exe Sort.pdb