home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / FILECHEC.ZIP / MAKEFILE < prev   
Text File  |  1991-01-08  |  309b  |  11 lines

  1. #OpusMake-compatible makefile.  It should run under Microsludge make with only
  2. #minor, if any, mods.
  3.  
  4. all: filechec.exe
  5.  
  6. filechec.obj: filechec.c filechec.h
  7.   cl -c -Alfw -Lp -W3 -G2s -DLINT_ARGS filechec.c
  8.  
  9. filechec.exe:
  10.   link filechec.obj, /align:16, NUL, /nod /st:8192 os2 LLIBCMT, filechec.def
  11.