Makefile: force `make docs' to depend on all source files
authorBrian Norris <banorris@uci.edu>
Fri, 15 Jun 2012 05:51:30 +0000 (22:51 -0700)
committerBrian Norris <banorris@uci.edu>
Fri, 15 Jun 2012 05:51:30 +0000 (22:51 -0700)
commit583f164ae7fe3d5abefe77b9d10cfb5f1be45569
treeddf6f1868d799bb55f6852d8d5ede1ef52be9f66
parent8b76d39eff3f6e27d416123292641ae36f88ca06
Makefile: force `make docs' to depend on all source files

That way, if I change a file that might have documentation comments in it,
`make docs' will rerun doxygen.
Makefile