Skip to content
Snippets Groups Projects
Commit 494cf1d8 authored by Alexis Durgnat's avatar Alexis Durgnat :milky_way:
Browse files

Add python build makefile

parent 131679ce
No related branches found
No related tags found
No related merge requests found
default_target: wheel
wheel:
cp -f ../sandbox_wrapper.cpython* ./ar_sandbox/wrapper
. ../.venv-build/bin/activate
python -m build ..
clean:
rm -f ../dist/*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment