summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cc967702..eba92821 100644
--- a/Makefile
+++ b/Makefile
@@ -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