diff makefile @ 1:b47bd4618c16

design done.
author pyon@macmini
date Sat, 15 Oct 2011 20:07:12 +0900
parents 7bf900d47e9e
children 52697c869ce8
line wrap: on
line diff
--- a/makefile	Sat Oct 15 13:24:27 2011 +0900
+++ b/makefile	Sat Oct 15 20:07:12 2011 +0900
@@ -102,7 +102,7 @@
 	-mkdir -p $(OBJDIR)
 	$(CXX) -c $< -o $@ $(CPPFLAGS)
 
-$(OBJDIR)/myframe.o: myframe.cpp myframe.h common.h main.h
+$(OBJDIR)/myframe.o: myframe.cpp myframe.h common.h main.h marksheet.h
 	$(CXX) -c $< -o $@ $(CPPFLAGS)
 
 $(OBJDIR)/param.o: param.cpp param.h common.h main.h