Mercurial > mercurial > hgweb_mover.cgi
diff makefile @ 4:a505f7417742
v0.1 release
author | pyon@macmini |
---|---|
date | Thu, 06 Oct 2011 07:56:12 +0900 |
parents | 1ea4f7981ff5 |
children | 99d612849255 |
line wrap: on
line diff
--- a/makefile Tue Oct 04 07:43:08 2011 +0900 +++ b/makefile Thu Oct 06 07:56:12 2011 +0900 @@ -1,6 +1,6 @@ # # Makefile for wxWidgets Application -# Last Change: 01-Oct-2011. +# Last Change: 06-Oct-2011. # by Takayuki Mutoh # @@ -102,7 +102,7 @@ -mkdir -p $(OBJDIR) $(CXX) -c $< -o $@ $(CPPFLAGS) -$(OBJDIR)/myframe.o: myframe.cpp myframe.h symbol.h common.h +$(OBJDIR)/myframe.o: myframe.cpp myframe.h marksheet.h symbol.h common.h $(CXX) -c $< -o $@ $(CPPFLAGS) $(OBJDIR)/delwhite.o: delwhite.cpp delwhite.h common.h