tx: Port for pasta.

This commit is contained in:
parazyd
2021-11-02 13:46:06 +01:00
parent 5bbbd5851e
commit bf77b58a06
12 changed files with 124 additions and 128 deletions

View File

@@ -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