diff --git a/makefile.extra.make b/makefile.extra.make index 6ac0cd3..70e48d8 100644 --- a/makefile.extra.make +++ b/makefile.extra.make @@ -8,7 +8,7 @@ serve: echo "Not Implemented" -COMPAT_TEST_FILES = $(shell ls -1 test/*.py | awk '{ printf " compat_"$$0 }') +COMPAT_TEST_FILES = $(shell ls -1 test/*.py 2>/dev/null | awk '{ printf " compat_"$$0 }') compat_test/%.py: test/%.py @mkdir -p compat_test/;