home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / msdos / midi / mpu401c / record < prev    next >
Encoding:
Text File  |  1986-11-02  |  354 b   |  12 lines

  1. # Copyright (C) 1986 by M. J. Shannon, Jr.
  2. # Permission to distribute for non-commercial uses granted as long as this
  3. # notice is retained.  Violators will be prosecuted.
  4.  
  5. .SUFFIXES:    .c .obj .lib .exe
  6.  
  7. record.obj:    record.c mpu.h
  8.     lc -k2 -ml record
  9.  
  10. record.exe:    record.obj mpu.lib
  11.     link \osm\lbin\lc\l\c record,record,nul,mpu \osm\lbin\lc\l\lc
  12.