minishift/minishift-b2d-iso

Make the Makefile check target dependencies

hferentschik opened this issue · 0 comments

Right now all targets in the Makefile are phony. With a bit of refactoring we can do "proper" dependency checks, so that 'make' will not rebuild the ISO if none of the underlying build files has changed.