summaryrefslogtreecommitdiff
path: root/bin/install
diff options
context:
space:
mode:
Diffstat (limited to 'bin/install')
-rwxr-xr-xbin/install2
1 files changed, 1 insertions, 1 deletions
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