Files
breez-sdk-liquid/lib/bindings/langs/react-native/makefile
2024-05-21 15:21:28 +02:00

5 lines
86 B
Makefile

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