Index: doc/theses/aaron_moss/phd/Makefile
===================================================================
--- doc/theses/aaron_moss/phd/Makefile	(revision 2a9d12dc79ed339ec9a54e2e436ad3f508d71823)
+++ doc/theses/aaron_moss/phd/Makefile	(revision f8b69da714038baa1174cd4bf59e8889ef5225bc)
@@ -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}
