I've tried to create a rule similar to the minimal example:
: ../library/something local |> !compile |> ./something_else
This works, but I would like to write something like:
: $(PROJ_ROOT)/library/something local |> !compile |> ./something_else
Where the PROJ_ROOT variable is the same, even if I add folder depth.
Does tup support this?