From 54f520e4bfc0fe23e2719d44b09739aa8709451c Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 23 Jul 2024 19:55:13 -0400 Subject: latest changes --- Taskfile.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Taskfile.yaml') diff --git a/Taskfile.yaml b/Taskfile.yaml index 93ea182..9c123ec 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -139,7 +139,16 @@ tasks: desc: "Packs up the project source code and creates a tarball in the builds binary directory" vars: TARGET_SOURCE: '{{.PROJECT_DIR}}/{{.BINARY_DIR}}/{{.PROJECT_NAME}}-src.tgz' - SOURCE_FILES: [ CMakeLists.txt, Taskfile.yaml, src, include, license, tests, vendor, readme.md, CMakePresets.json ] + SOURCE_FILES: + CMakeLists.txt + Taskfile.yaml + src + include + license + tests + vendor + readme.md + CMakePresets.json cmds: #tar up the source -- cgit