home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / LAN / NBTEST.ZIP / NBTEST.MAK < prev   
Text File  |  1992-04-03  |  210b  |  9 lines

  1. PROG = nbtest
  2. ARCFILES = $(PROG).c $(PROG).mak $(PROG).exe $(PROG).doc $(PROG).h
  3.  
  4. $(PROG).exe: $(PROG).c $(PROG).h
  5.         cl $(PROG).c
  6.  
  7. $(PROG).arc: $(ARCFILES)
  8.         pkarc a $(PROG).arc $(ARCFILES)
  9.