366dda9766b90a18df3f880b5db3ff111fc7b464
galt
  Fri Mar 5 12:24:45 2010 -0800
fixing makefile
diff --git makefile makefile
index d593855..f1e1df2 100644
--- makefile
+++ makefile
@@ -24,7 +24,9 @@
 	
 
 test: $(EXE)
-	$(EXE) v223_branch v224_branch 2010-01-05 2010-01-19 v224 /cluster/bin/build/buildrepo /cluster/home/galt/public_html/git-reports review
+	rm -fr ${HOME}/public_html/git-reports
+	mkdir ${HOME}/public_html/git-reports
+	$(EXE) v223_branch v224_branch 2010-01-05 2010-01-19 v224 /cluster/bin/build/buildrepo ${HOME}/public_html/git-reports branch
 	# note can use -verbose=2
 
 backup: