cleanup some parts, add comments

This commit is contained in:
holger krekel
2019-07-17 09:26:33 +02:00
parent 964fe466cc
commit 8737c1d142
4 changed files with 43 additions and 60 deletions

View File

@@ -2,6 +2,6 @@
set -ex
cargo build -p deltachat_ffi --release
cargo build -p deltachat_ffi
rm -rf build/ src/deltachat/*.so
DCC_RS_DEV=`pwd`/.. pip install -e .