home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-18.59-src.tgz / emacs-18.59-src.tar / fsf / emacs18 / man / Makefile < prev    next >
Makefile  |  1996-09-28  |  131b  |  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.