> After a quick squiz at your makefile I’m guessing line 42 should not read > > -o bin/M2-Planet > > But rather > > -o M2-Planet > > Or even better: > > -o $@ > > No? > > Similar changes for line 67 are probably in order
No that does not correct the issue reported. As bin is in the VPATH on line 19. Further it would break the all of the tests. As they expect bin/M2-Planet. -Jeremiah