add makefile for static compilation

This commit is contained in:
Sebastian Hugentobler 2022-03-26 11:00:13 +01:00
parent 368e3b2b30
commit 602ff3595d
12 changed files with 100 additions and 9 deletions

View file

@ -5,4 +5,4 @@ edition = "2021"
[dependencies]
bank = { path = "../bank" }
serde = { version = "1.0.136", features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"] }