#--------------------
# RANDRECT make file
#--------------------

randrect.obj : randrect.c
     cl -c -G2sw -W3 randrect.c

randrect.exe : randrect.obj randrect.def
     link randrect, /align:16, NUL, os2, randrect
