mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-30 04:14:25 +01:00
5 lines
86 B
Makefile
5 lines
86 B
Makefile
SOURCES=$(sort $(wildcard ./src/*.rs ./src/**/*.rs))
|
|
|
|
codegen: $(SOURCES)
|
|
cargo run
|
|
|