Skip to content

Commit 3687cfe

Browse files
committed
[Makefile] Add a no-op make setup.
1 parent d886469 commit 3687cfe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ format:
3737
${CD_TEST_SIMD} && cargo clippy --workspace --all-targets --fix --allow-dirty -- --deny warnings
3838
${CD_TEST_SIMD} && cargo fmt
3939

40+
.PHONY: setup
41+
setup:
42+
# no-op for now
43+
4044
RM_RF = bun -e 'process.argv.slice(1).map(p => process.getBuiltinModule("node:fs").rmSync(p, {recursive: true, force: true, maxRetries: 5}))' --
4145

4246
.PHONY: clean

0 commit comments

Comments
 (0)