updated check_makefile.sh

pull/2/head
Hari Sekhon 5 years ago
parent bc48e94183
commit 9da41e8e3b

@ -37,6 +37,9 @@ if type -P make &>/dev/null; then
pushd "$(dirname "$makefile")" >/dev/null
echo "Validating $makefile"
makefile="${makefile##*/}"
if grep '#@' "$makefile"; then
echo "WARNING: commented lines still visibile in Makefile"
fi
while read -r target; do
if [[ "$target" =~ wc-?(code|scripts) ]]; then
continue

Loading…
Cancel
Save