From d297b3a958e13a76ea61c8df588ec32ea9a40faf Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 26 Aug 2024 22:21:56 -0400 Subject: refactor: #7 Update compression style, platform and linking --- Module.Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Module.Taskfile.yaml') diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml index aa5893f..6ec8fc6 100644 --- a/Module.Taskfile.yaml +++ b/Module.Taskfile.yaml @@ -63,7 +63,7 @@ tasks: - cd lib/Utils.Memory/vnlib_mimalloc && task dev-init - cd lib/Utils.Cryptography/monocypher && task build - cd lib/Utils.Cryptography/argon2 && task build - - cd lib/Net.Compression/vnlib_compress && task build + - cd lib/Net.Compression/vnlib_compress && task build - cmd: echo "dev init complete" silent: true -- cgit