diff --git a/makefile.sh b/makefile.sh index ef2dd74..a730a4f 100644 --- a/makefile.sh +++ b/makefile.sh @@ -1,6 +1,6 @@ #!/bin/bash -find . -type f -name "Makefile" | while read -r file; do +find . -type f -name "makefile" | while read -r file; do echo "Processing file: $file" tmp_file=$(mktemp)