From: Ian Jackson Date: Tue, 21 Oct 2014 00:20:12 +0000 (+0100) Subject: Makefile.in: remove *.pyc X-Git-Tag: v0.4.0_beta2~35 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4b478582d7ab079f0701ee18a7760582ecda618b;p=secnet.git Makefile.in: remove *.pyc Signed-off-by: Ian Jackson --- diff --git a/Makefile.in b/Makefile.in index 06ea112..5970b87 100644 --- a/Makefile.in +++ b/Makefile.in @@ -192,7 +192,7 @@ install-force: clean: $(RM) -f *.o *.yy.[ch] *.tab.[ch] $(TARGETS) core version.c - $(RM) -f *.d *~ eax-*-test.confirm eax-*-test + $(RM) -f *.d *.pyc *~ eax-*-test.confirm eax-*-test realclean: clean $(RM) -f *~ Makefile config.h *.d \