mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
tx: Port for pasta.
This commit is contained in:
4
Makefile
4
Makefile
@@ -25,13 +25,13 @@ $(BINS): $(BINDEPS)
|
||||
cp target/release/$@ $@
|
||||
|
||||
test:
|
||||
$(CARGO) test --release --all-features
|
||||
$(CARGO) test --release --all-features --lib
|
||||
|
||||
fix:
|
||||
$(CARGO) fix --release --all-features --allow-dirty
|
||||
|
||||
clippy:
|
||||
$(CARGO) clippy --release --all-features
|
||||
$(CARGO) clippy --release --all-features --lib
|
||||
|
||||
install: all
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
|
||||
Reference in New Issue
Block a user