#options=
options= /Zi /Od
compiler= cl /c /AL /Gt512
wlevel= /W3


test.exe       : test.obj
                 link /CO /ST:8192 @test.lnk
                 del *.bak

test.obj       : test.c
                 $(compiler) $(wlevel) $(options) test.c
