home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 421.lha / EasyBackup / lmkfile < prev    next >
Text File  |  1990-09-29  |  145b  |  8 lines

  1. all: backup restore
  2.  
  3. backup: backup.c support.c
  4.   lc -Lvt -m0 -v -O -cuis backup
  5.  
  6. restore: restore.c support.c
  7.   lc -Lvt -m0 -v -O -cuis restore
  8.