From 3631de580a1dd8cb74f49318fa59783a38d1a6b3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 5 May 2015 18:22:13 +0200 Subject: [PATCH] refactor(makefile): hide comments These comments show up on travis, which is not desired [skip ci] --- clap-tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clap-tests/Makefile b/clap-tests/Makefile index e2eef4cad1c..6c7a7af6e99 100644 --- a/clap-tests/Makefile +++ b/clap-tests/Makefile @@ -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