This adds a simple target to the makefile that checks checks links. You need to run make serve first but since that rule doesn't complete unless you Ctrl-C it, I can't just add a dependency. Maybe someone who knows more about makefiles can do better.
This adds a simple target to the makefile that checks checks links. You need to run
make servefirst but since that rule doesn't complete unless you Ctrl-C it, I can't just add a dependency. Maybe someone who knows more about makefiles can do better.