Make the Makefile check target dependencies
hferentschik opened this issue · 0 comments
hferentschik commented
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.