From faad1b072a930b504adfaef4324d8469e1a57502 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 9 Oct 2015 11:41:37 +0100 Subject: Correct errors in Makefiles --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/install') diff --git a/bin/install b/bin/install index eb69236..438c5b9 100755 --- a/bin/install +++ b/bin/install @@ -1,6 +1,6 @@ #! /bin/bash dotdir=/home/urbain/dotfiles -for file in `ls -A --ignore="install.sh" --ignore="README.md" --ignore=".git*"`; do +for file in `ls -A --ignore="Makefile" --ignore="README.md" --ignore=".git*"`; do if [[ -f $file/Makefile ]]; then cd $file && make && cd $dotdir else -- cgit v1.2.3