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

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