aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-08-26 22:21:56 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-08-26 22:21:56 -0400
commitd297b3a958e13a76ea61c8df588ec32ea9a40faf (patch)
tree0081cb2f8e45a83d3b67d1554c87d8293cd57149 /Module.Taskfile.yaml
parentaaaec7637b6e96aa12b8d619caad5c63d1addcab (diff)
refactor: #7 Update compression style, platform and linking
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
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