home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / nbtest.arj / 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.