home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 3 / RISC_DISC_3.iso / resources / etexts / gems / gemsii / dither / makefile. < prev   
Makefile  |  1992-09-17  |  101b  |  8 lines

  1. CFLAGS = -g
  2.  
  3. dither.o:    dither.c
  4.         cc $(CFLAGS) -c dither.c -o dither.o
  5.  
  6. clean:
  7.         /bin/rm -f dither.o
  8.