home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 3
/
RISC_DISC_3.iso
/
resources
/
etexts
/
gems
/
gemsii
/
dither
/
makefile.
< prev
Wrap
Makefile
|
1992-09-17
|
101b
|
8 lines
CFLAGS = -g
dither.o: dither.c
cc $(CFLAGS) -c dither.c -o dither.o
clean:
/bin/rm -f dither.o