home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / filechec / makefile < prev   
Makefile  |  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.