Skip to content

Commit af9b2ef

Browse files
committed
chore(justfile) Add some @.
1 parent e154e19 commit af9b2ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

justfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ sleep:
1414
deactivate
1515

1616
# Compile and install the Rust library.
17-
rust: wakeup
17+
rust:
1818
export PYTHON_SYS_EXECUTABLE=$(which python3)
1919
cargo check
2020
pyo3-pack develop --binding_crate pyo3 --release --strip
2121

2222
# Run Python.
23-
python-run file='': wakeup
24-
python {{file}}
23+
python-run file='':
24+
@python {{file}}
2525

2626
# Run the tests.
27-
test: wakeup
27+
test:
2828
@py.test tests
2929

3030
# Inspect the `python-ext-wasm` extension.
31-
inspect: wakeup
32-
python -c "help('wasmer')"
31+
inspect:
32+
@python -c "help('wasmer')"
3333

3434
# Local Variables:
3535
# mode: makefile

0 commit comments

Comments
 (0)