Makefile: Make "make test" depend on the main program.
authorCarl Worth <cworth@cworth.org>
Thu, 13 May 2010 17:45:32 +0000 (10:45 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 16:20:13 +0000 (09:20 -0700)
commit462cce1852c80a2d71bfec1a2ead10fe0a9e2486
tree71b212e6d8ba53b80b91ad9c82bbdf484d01ab57
parent27bc8930ba9ba67f2de29a03232a948316409ded
Makefile: Make "make test" depend on the main program.

Otherwise, running "make test" can run an old version of the code,
(even when new changes are sitting in the source waiting to be
compiled).
Makefile