home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / dos_util / v12n19.zip / UNI.ZIP / UNITEST2.MAK < prev    next >
Text File  |  1993-08-23  |  276b  |  12 lines

  1. #------------------------
  2. # UNITEST2.MAK make file
  3. #------------------------
  4.  
  5. !include <ntwin32.mak>
  6.  
  7. unitest2.exe : unitest2.obj
  8.      $(link) $(conflags) -out:unitest2.exe unitest2.obj $(conlibs)
  9.  
  10. unitest2.obj : unitest2.c
  11.      $(cc) $(cflags) $(cvars) unitest2.c
  12.