diff options
author | EuAndreh <eu@euandre.org> | 2025-05-24 06:05:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-24 06:05:29 -0300 |
commit | c5480559371d1fbcf54d079473a5cf2c3ce4b258 (patch) | |
tree | be5bdcd936ba848193bc02496f43cd3c040057cc | |
parent | Makefile: Normalize install dirs list (diff) | |
download | nicely-c5480559371d1fbcf54d079473a5cf2c3ce4b258.tar.gz nicely-c5480559371d1fbcf54d079473a5cf2c3ce4b258.tar.xz |
meta.capim: Add with :dependencies key
-rw-r--r-- | meta.capim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta.capim b/meta.capim new file mode 100644 index 0000000..b8a1339 --- /dev/null +++ b/meta.capim @@ -0,0 +1,7 @@ +{ + :dependencies { + :run #{ + eut + } + } +} |