]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - Makefile
Makefile: Use && with cd.
[config/dotfiles.git] / Makefile
index 0778297b23725ae0e21692d2eeeda2db1bdadfac..ca41fbbbb6a271046d3a5f76b65c763d6bc52a91 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
-# Makefile for shell configuration files. At the moment only used for running
-# tests.
+# Makefile for shell configuration files.
 
 
 test:
-       cd tests; zsh run.zsh
+       cd tests && zsh run.zsh