Compare commits

..

No commits in common. "master" and "rust-46711" have entirely different histories.

1 changed files with 1 additions and 1 deletions

@ -9,7 +9,7 @@ bench:
@$(CARGO) bench @$(CARGO) bench
build: build:
@env TERM=xterm-256color $(CARGO) build --color=always 2>&1; $(CARGO) build 2> cargo.out 1>/dev/null @env TERM=xterm-256color $(CARGO) build --color=always 2>&1 && rm -f cargo.out || $(CARGO) build 2> cargo.out
check: build test check: build test