home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume5
/
dither
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1986-11-30
|
140 b
|
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