home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / reboot2.zip / MAKEFILE next >
Text File  |  1992-06-22  |  155b  |  8 lines

  1.  
  2. reboot.exe: $(*B).def $(*B).obj makefile
  3.    link /A:4 $(*B),$*,nul,os2,$(*B).def;
  4.  
  5. reboot.obj:  $(*B).c
  6.    cl /c /J /AS /W4 /Zi /Ox /G2cs $(*B).c
  7.  
  8.