Files
breez-sdk-liquid/lib/bindings/bindings-react-native/makefile
2024-05-02 17:50:40 +02:00

5 lines
86 B
Makefile

SOURCES=$(sort $(wildcard ./src/*.rs ./src/**/*.rs))
codegen: $(SOURCES)
cargo run