From 0c1dcb9496c6489dd7ed5bcc5655c148033c12de Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 24 Oct 2019 17:48:31 +0100 Subject: [PATCH] Makefile.in: clean: Remove __pycache__ too Python3 genrates this. Signed-off-by: Ian Jackson --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 394ffda..e2a7c79 100644 --- a/Makefile.in +++ b/Makefile.in @@ -215,6 +215,7 @@ install-force: clean: $(addprefix clean-,$(TESTDIRS)) $(RM) -f *.o *.yy.[ch] *.tab.[ch] $(TARGETS) core version.c $(RM) -f *.d *.pyc *~ eax-*-test.confirm eax-*-test + $(RM) -rf __pycache__ $(RM) -f msgcode-test.confirm msgcode-test $(addprefix clean-,$(TESTDIRS)): clean-%: -- 2.30.2