From 86b02540cce6015cfe4a2a56499a9a2f45d4e368 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 18 May 2024 12:24:17 -0400 Subject: refactor: Remove NCContext structure definition --- Taskfile.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Taskfile.yaml') 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}} -- cgit