all: cleanup.exe pcleanup.exe

cleanup.exe: cleanup.c
    Cl /Lr /AL cleanup.c RLDBLIB.LIB
    Del cleanup.obj

pcleanup.exe: pcleanup.c
    Cl /Lp /AL /Au /Gs /Zi /Od pcleanup.c PDBLIB.LIB
    Del pcleanup.obj
