]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Makefile: Use && with cd.
authorSimon Ruderich <simon@ruderich.org>
Tue, 11 May 2010 21:00:53 +0000 (23:00 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 11 May 2010 21:00:53 +0000 (23:00 +0200)
Makefile

index f40faad205da27179dfd44acedd7d3180860daed..ca41fbbbb6a271046d3a5f76b65c763d6bc52a91 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@
 
 
 test:
-       cd tests; zsh run.zsh
+       cd tests && zsh run.zsh