Skip to content
Snippets Groups Projects
Verified Commit d2384218 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

refactor make check as foreach loop

The `make check` target used to have a list of targets (inkscape,
lualatex, et c.) but now loops through the variable `$(dependencies)`.

This means projects can add individual dependencies in their makefiles
like this:

`dependencies += magick`

The new dependency will be checked when running `make check`.
parent cd4f2817
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment