genode/repos/gems/src/app/depot_query/Tupfile

8 lines
162 B
Plaintext

TARGET_NAME = depot_query
LIBS += vfs
include_rules
: foreach *.cc |> !cxx |> %B.o {obj}
: {obj} |> !prg |> {bin}
: {bin} |> !collect_bin |>
include &(BIN_RULES)