diff options
author | vnugent <public@vaughnnugent.com> | 2024-05-18 12:24:17 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-05-18 12:24:17 -0400 |
commit | 86b02540cce6015cfe4a2a56499a9a2f45d4e368 (patch) | |
tree | 5f527dda3042baa5866107ed1b1ced4cc80663d8 /Taskfile.yaml | |
parent | d09d9330415d463ca19be9394b02ce11b3366f7e (diff) |
refactor: Remove NCContext structure definition
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r-- | Taskfile.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml index 2dae66e..b45ccdf 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -47,6 +47,8 @@ tasks: install: desc: "Uses cmake to install the library on your system" cmds: + - cmd: echo "Installing noscrypt globally" + silent: true - cmd: cmake --install {{.CMAKE_BUILD_DIR}} {{.CLI_ARGS}} |