home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume8
/
cut+paste
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Makefile
|
1987-02-23
|
241 b
|
18 lines
all: cut paste
paste: paste.o spaste.o getopt.o
cc -o paste paste.o spaste.o getopt.o
cut: cut.o getopt.o
cc -o cut cut.o getopt.o
lint: lint_cut lint_paste
lint_cut:
lint cut.c getopt.c
lint_paste:
lint paste.c spaste.c getopt.c