goal: graybutt.exe


graybutt.obj : makefile graybutt.c graybutt.h
    cl -c -W2 -Gsw -Os -Zp -AS graybutt.c

graybutt.res : makefile graybutt.rc graybutt.h
    rc -r graybutt.rc

graybutt.exe : graybutt.obj graybutt.res makefile
    link graybutt, /al:16, /map, libw slibcew/NOD, graybutt
    rc graybutt.res
