home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 6 / FreshFish_September1994.bin / bbs / gnu / emacs-18.59-src.lha / GNU / src / amiga / emacs-18.59 / man / Makefile < prev    next >
Encoding:
Makefile  |  1991-12-16  |  131 b   |  9 lines

  1. all: texindex
  2.  
  3. clean:
  4.     rm -f texindex.o texindex
  5.  
  6. texindex: texindex.o
  7.     $(CC) -o $@ $(LDFLAGS) $(CFLAGS) $?
  8. texindex.o: texindex.c
  9.