home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / WIPEDISK.ZIP / MAKEFILE next >
Text File  |  1992-03-10  |  159b  |  8 lines

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