home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume21
/
mmv
/
part01
/
Makefile
< prev
next >
Wrap
Makefile
|
1990-04-08
|
281b
|
11 lines
all: mmv mmv.1
mmv: mmv.c
$(CC) -o mmv $(CFLAGS) mmv.c
install: all
@echo "Install mmv according to local convention,"
@echo "then make links named mcp, mad, and mln to mmv."
@echo "Under System V, edit mmv.1 to uncomment the .nr O 1 line."
clean:
rm -f core a.out mmv mmv.o