home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 625.lha / EPROMmer_v2 / makefile < prev    next >
Makefile  |  1992-02-08  |  145b  |  10 lines

  1. CFLAGS = -Hdh0:lc/inc.pre
  2.  
  3. .c.o:
  4.     lc $(CFLAGS) $*.c
  5.  
  6. EPROMmer.o: EPROMmer.c
  7.  
  8. EPROMmer: EPROMmer.o
  9.     blink lib:c.o EPROMmer.o to $* lib lib:lc.lib
  10.