summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2022-09-11 11:35:27 -0230
committerTim Oram <dev@mitmaro.ca>2022-09-11 16:10:53 -0230
commit33764c5642d3f80e3bc75f9e1a2d87ac63cef5a1 (patch)
tree1632f8f568d1a0b19f538fca94737035beed3767 /Makefile.toml
parenta1e3246c68449d6f71d2e4e1ca83dca2a70b53b1 (diff)
Cleanup lint script enable sub-directory running
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.toml b/Makefile.toml
index b88d3f4..b41c950 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -156,10 +156,10 @@ cargo +nightly about generate "docs/licenses.hbs" > "docs/licenses.html"
''']
[tasks.add-lints]
-command = "scripts/add-lints.bash"
+command = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/scripts/add-lints.bash"
[tasks.publish]
-command = "scripts/publish.bash"
+command = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/scripts/publish.bash"
[tasks.test]
dependencies = ["update-rust-stable"]