home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 092.lha / ColorFull / makefile < prev    next >
Encoding:
Makefile  |  1986-11-21  |  164 b   |  10 lines

  1. #.c.o:
  2. #    cc $(CFLAGS) -a $*.c
  3. #    as -ZAP -l $*.asm
  4.  
  5. OBJECTS = palette.o getfile.o safeclose.o 
  6.  
  7. test: $(OBJECTS) test.o
  8.     ln +cd -o test test.o $(OBJECTS) -lc
  9.       
  10.