From 98b51161d40fd4fc5d47b14b9d4869634038b280 Mon Sep 17 00:00:00 2001 From: "Tomas Chvatal (scarabeus)" Date: Sat, 4 Oct 2008 16:40:48 +0200 Subject: Fixup clean.sh again :] --- clean.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clean.sh b/clean.sh index 395c390..73a0637 100755 --- a/clean.sh +++ b/clean.sh @@ -1,9 +1,7 @@ #!/usr/bin/env bash # remove compiled files -if [ -e "Makefile" ]; then - make clean -fi +[ -e "[Mm]akefile" ] && make clean # remove folders find ./ -type d -name CMakeFiles -print | xargs -i rm {} -rf -- cgit v1.2.3