home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / emacs / man / Makefile < prev    next >
Makefile  |  1991-12-15  |  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.