4 Commits

Author SHA1 Message Date
0a3d5add48 fix(install): don't use option '-e' for builtin echo
All checks were successful
Cadoles/mktools/pipeline/head This commit looks good
Cadoles/mktools/pipeline/pr-master This commit looks good
echo is often a builtin and '-e' is not an option for sh.
sh is the default shell for gnu make (variable "SHELL") -> this leads to an
extra "-e" in .gitignore
2025-05-28 15:26:38 +02:00
6028362078 fix(install): correctly inject tools dir into gitignore 2023-11-15 11:28:01 +01:00
3308856636 fix(install): add missing tasks in install script
All checks were successful
Cadoles/mktools/pipeline/head This commit looks good
2023-08-23 16:26:40 -06:00
cd2f1bad66 feat: initial commit 2023-08-21 20:32:16 -06:00