diff Makefile @ 4:fdba695b99f1

More fast ( read from DB ). Improve the precision of marksheet judgement.
author pyon@macmini
date Wed, 11 Sep 2013 19:09:14 +0900
parents 1a64119ab257
children b455f2d8aac9
line wrap: on
line diff
--- a/Makefile	Tue Aug 27 18:50:00 2013 +0900
+++ b/Makefile	Wed Sep 11 19:09:14 2013 +0900
@@ -1,5 +1,5 @@
 # Makefile for wxWidgets Application
-# Last Change: 27-Aug-2013.
+# Last Change: 11-Sep-2013.
 # by Takayuki Mutoh
 #
 
@@ -36,7 +36,7 @@
 	  $(OBJDIR)/kana.o \
 	  $(OBJDIR)/hist.o \
 	  $(OBJDIR)/index.o \
-	  $(OBJDIR)/mask.o \
+	  $(OBJDIR)/param.o \
 	  $(OBJDIR)/bprint.o \
 	  $(OBJDIR)/db.o \
 	  $(OBJDIR)/marksheet.o \
@@ -80,7 +80,7 @@
 $(OBJDIR)/index.o: index.cpp index.h common.h db.h
 	$(CXX) -c $< -o $@ $(CXXFLAGS)
 
-$(OBJDIR)/mask.o: mask.cpp mask.h common.h
+$(OBJDIR)/param.o: param.cpp param.h common.h
 	$(CXX) -c $< -o $@ $(CXXFLAGS)
 
 $(OBJDIR)/bprint.o: bprint.cpp bprint.h marksheet.h common.h dndfile.h