Skip to content

Commit 11e909f

Browse files
committed
Build script
1 parent 2d971e3 commit 11e909f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
# Start from clean env: Delete `.venv`, then `python3 -m venv .venv`
44
# Pre-requisite: Python virtual environment is active (source .venv/bin/activate)
55

6+
release:
7+
cargo build --release
8+
69
build-python:
710
rm -rf c2pa/c2pa
811
python3 -m pip uninstall -y maturin
912
python3 -m pip uninstall -y uniffi
1013
python3 -m pip install -r requirements.txt
11-
maturin develop
14+
maturin develop

0 commit comments

Comments
 (0)