Signed-off-by: Jan Engelhardt <jengelh@xxxxxxx> --- py/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/Makefile.am b/py/Makefile.am index 5f4e1f6..215ecd9 100644 --- a/py/Makefile.am +++ b/py/Makefile.am @@ -22,7 +22,7 @@ clean-local: $(PYTHON_BIN) setup.py clean \ --build-base $(abs_builddir) rm -rf scripts-* lib* build dist bdist.* nftables.egg-info - find . -name \*.pyc -print0 | xargs -0 rm -f + find . -name \*.pyc -delete distclean-local: rm -f version -- 2.21.0