home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume5
/
dither
/
Makefile
next >
Wrap
Makefile
|
1986-11-30
|
140b
|
12 lines
#
# Makefile for tcd (Tape color dither)
#
CC = /bin/cc
CFLAGS = -O
tcd: tcd.c
$(CC) $(CFLAGS) -o $@ tcd.c -lpixrect
clean:
rm -f tcd.o