Fix the build system #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the Makefile is a manually-written thing of horror.
Since we have a number of external dependencies, this might be best done with automake+autoconfigure. Or perhaps deltachat's meson+ninja approach deserves consideration.
Being replaced by
cargo build
on themain
branch