home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 530b.lha / BBFormat / lib / makefile < prev    next >
Encoding:
Makefile  |  1991-07-03  |  145 b   |  12 lines

  1. #
  2. # Makefile for DAV disk utilities library disklib
  3. #
  4.  
  5. OBJ = mytdio.o inhibit.o sendpkt.o
  6.  
  7. disk.lib : $(OBJ)
  8.     lb disk $(OBJ)
  9.  
  10.  
  11. clean : rm $(OBJ)
  12.