listing2-4.exe: clean listing2-4.obj listing2-4.res cl /nologo /O2 /Zi /utf-8 /EHa /Felisting2-4.exe u.cpp \ listing2-4.obj listing2-4.res user32.lib clean: if exist *.obj del *.obj if exist *.lst del *.lst if exist *.ilk del *.ilk if exist *.pdb del *.pdb if exist listing2-4.res del listing2-4.res if exist listing2-4.exe del listing2-4.exe listing2-4.obj: listing2-4.asm ml64 /c /nologo listing2-4.asm listing2-4.res: listing2-4.rc rc /r /nologo listing2-4.rc