Mercurial > mercurial > hgweb_rsearcher.cgi
diff Makefile @ 1:eaa27e4ed5be
add client_ui.go
author | pyon@macmini |
---|---|
date | Mon, 01 Oct 2018 23:18:29 +0900 |
parents | d3b8cd5aeb70 |
children | 29829e98d510 |
line wrap: on
line diff
--- a/Makefile Sun Sep 30 17:27:04 2018 +0900 +++ b/Makefile Mon Oct 01 23:18:29 2018 +0900 @@ -1,5 +1,5 @@ # Makefile for wxWidgets Application -# Last Change: 2018-07-17 Tue 04:53:26. +# Last Change: 2018-10-01 Mon 23:12:08. # by Takayuki Mutoh # @@ -50,7 +50,7 @@ $(CXX) $^ -o $@ $(LIBS) -$(OBJDIR)/main.o: main.cpp main.h rsearcher.h +$(OBJDIR)/main.o: main.cpp main.h rsearcher.h auth.h -mkdir -p $(OBJDIR) $(CXX) -c $< -o $@ $(CXXFLAGS)