home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume22
/
tpipe
/
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
|
1990-06-07
|
107 b
|
8 lines
CC = cc
CFLAGS = -O
TPIPE = tpipe
CFILES = tpipe.c
$(TPIPE): $(CFILES)
$(CC) $(CFLAGS) $(CFILES) -o $@