We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make setup
1 parent d886469 commit 3687cfeCopy full SHA for 3687cfe
1 file changed
Makefile
@@ -37,6 +37,10 @@ format:
37
${CD_TEST_SIMD} && cargo clippy --workspace --all-targets --fix --allow-dirty -- --deny warnings
38
${CD_TEST_SIMD} && cargo fmt
39
40
+.PHONY: setup
41
+setup:
42
+ # no-op for now
43
+
44
RM_RF = bun -e 'process.argv.slice(1).map(p => process.getBuiltinModule("node:fs").rmSync(p, {recursive: true, force: true, maxRetries: 5}))' --
45
46
.PHONY: clean
0 commit comments