home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / gopher / gopher1.01 / misc / waisgopher / Makefile.gopher next >
Makefile  |  1992-03-15  |  252b  |  11 lines

  1. include Makefile
  2.  
  3. WAISGOPHER  = ../bin/waisgopher
  4. GOPHER_OBJ  = waisgopher.o
  5.  
  6. $(WAISGOPHER): $(GOPHER_OBJ) $(UI_LIB) $(OBJS)
  7.             $(CC) $(CFLAGS) $(LFLAGS) -o $(WAISGOPHER) \
  8.             $(GOPHER_OBJ) $(OBJS) $(UI_LIB) -lm $(RESOLVER);
  9.  
  10. waisgopher:    $(WAISGOPHER)
  11.