home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / utils / newmk / lib / makefile next >
Encoding:
Makefile  |  1995-05-19  |  173 b   |  13 lines

  1. DLL_SWITCH=NO_DLL
  2. !include <ntwin32.mak>
  3.  
  4. # This line allows NMAKE to work as well
  5.  
  6. all: myopt.obj
  7.  
  8. myopt.obj : myopt.c
  9.      $(cc) $(cflags) $(cvars) myopt.c
  10.  
  11.  
  12.  
  13.