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