home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / barcode / makefile < prev    next >
Encoding:
Makefile  |  1988-02-06  |  79 b   |  5 lines

  1. OBJS = bardemo.obj bar.obj prbar.obj
  2.  
  3. bardemo:    $(OBJS)
  4.     link $(OBJS),,nul;
  5.