mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-08 08:34:21 +01:00
5 lines
86 B
Makefile
5 lines
86 B
Makefile
SOURCES=$(sort $(wildcard ./src/*.rs ./src/**/*.rs))
|
|
|
|
codegen: $(SOURCES)
|
|
cargo run
|
|
|