Skip to content

Commit

Permalink
refactor(makefile): hide comments
Browse files Browse the repository at this point in the history
These comments show up on travis, which is not desired

[skip ci]
  • Loading branch information
Byron authored and kbknapp committed May 5, 2015
1 parent d3761a2 commit 3631de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clap-tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.PHONY: build test clean

build:
# It may be that this project was never built, and no Cargo.lock exists.
# Thus it may be ignored
@# It may be that this project was never built, and no Cargo.lock exists.
@# Thus it may be ignored
cargo update 2>/dev/null || :
cargo build --release

Expand Down

0 comments on commit 3631de5

Please sign in to comment.