Index: doc/theses/aaron_moss/phd/Makefile
===================================================================
--- doc/theses/aaron_moss/phd/Makefile	(revision 2a9d12dc79ed339ec9a54e2e436ad3f508d71823)
+++ doc/theses/aaron_moss/phd/Makefile	(revision 62e782ec0b91a7b157f6d5249bcba344a182de69)
@@ -6,5 +6,15 @@
 AUX = ${BASE}.aux ${BASE}.bbl ${BASE}.blg ${BASE}.log ${BASE}.out ${BASE}.toc
 
-.PHONY : all rebuild-refs clean
+SOURCES = ${addsuffix .tex, \
+thesis \
+frontpgs \
+introduction \
+background \
+type-environment \
+resolution-heuristics \
+conclusion \
+}
+
+.PHONY : all rebuild-refs clean wc
 
 all : ${DOCUMENT}
@@ -13,9 +23,12 @@
 	@rm -frv ${DOCUMENT} ${AUX}
 
-${DOCUMENT} :
+wc :
+	wc ${SOURCES}
+
+${DOCUMENT} : ${SOURCES}
 	${LATEX} ${BASE}
 	${LATEX} ${BASE}
 
-rebuild-refs : 
+rebuild-refs : ${SOURCES} aaron-thesis.bib
 	${LATEX} ${BASE}
 	${BIBTEX} ${BASE}
