Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At some point, probably when resolving a merge conflict, several targets stopped working as intended. There needs to be a more structured way of running all tests, but I don't want to invest in that before I start integrating the new build tool. In `Makefile`: - Define `.SECONDARY` without any prerequisites. Without it `make` complains that it cannot unlink `html/` because it is a directory. This is not actually an error but it is annoying. A side effect of defining `.SECONDARY` is that other intermediate files such as `LICENSE` are not deleted either, but this is in my opinion an improvement since it makes it easier to see what files should have been included in the `.eap` files.
- Loading branch information