diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,7 +11,6 @@ test: pyo3-test: cargo build --profile=release-with-debug --package candle-pyo3 - ln -f -s ./target/release-with-debug/libcandle.so candle.so - PYTHONPATH=. python3 candle-pyo3/test.py + python3 candle-pyo3/test.py all: test |