home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / fileutil / mmv / makefile next >
Makefile  |  1990-06-13  |  277b  |  11 lines

  1. mmv:    mmv.c
  2.     $(CC) -o mmv $(CFLAGS) mmv.c
  3.  
  4. install:    all
  5.     @echo "Install mmv according to local convention,"
  6.     @echo "then make links named mcp, mad, and mln to mmv."
  7.     @echo "Under System V, edit mmv.1 to uncomment the .nr O 1 line."
  8.  
  9. clean:
  10.     rm -f core a.out mmv mmv.o
  11.