From: Simon Ruderich Date: Tue, 11 May 2010 21:00:53 +0000 (+0200) Subject: Makefile: Use && with cd. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=c7c2ebba67d306e55455708207cfbf8e26915db8 Makefile: Use && with cd. --- diff --git a/Makefile b/Makefile index f40faad..ca41fbb 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ test: - cd tests; zsh run.zsh + cd tests && zsh run.zsh