home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 262.lha / ciatimer / makefile < prev    next >
Makefile  |  1989-07-02  |  206b  |  14 lines

  1.  
  2. CFLAGS= +p
  3.  
  4. all:    ciatimer ciafinder
  5.  
  6. ciatimer:    ciatimer.o
  7.     ln ciatimer.o -lcl32
  8.  
  9. ciafinder:    ciafinder.o
  10.     ln ciafinder.o -lcl32
  11.  
  12. shar:
  13.     shar >ciatimer.shar README ciatimer.h ciatimer.c ciafinder.c makefile
  14.