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).
This commit is contained in:
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).