Mercurial > mercurial > hgweb_mover.cgi
diff makefile @ 6:99d612849255
v0.3
author | pyon@macmini |
---|---|
date | Sat, 08 Oct 2011 17:00:33 +0900 |
parents | a505f7417742 |
children |
line wrap: on
line diff
--- a/makefile Thu Oct 06 20:27:54 2011 +0900 +++ b/makefile Sat Oct 08 17:00:33 2011 +0900 @@ -1,6 +1,6 @@ # # Makefile for wxWidgets Application -# Last Change: 06-Oct-2011. +# Last Change: 08-Oct-2011. # by Takayuki Mutoh # @@ -98,7 +98,7 @@ endif -$(OBJDIR)/main.o: main.cpp main.h myframe.h common.h +$(OBJDIR)/main.o: main.cpp main.h myframe.h common.h testframe.cpp -mkdir -p $(OBJDIR) $(CXX) -c $< -o $@ $(CPPFLAGS)