From 12778afe8fdf86b38a0052a1c095db3b0896c839 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Wed, 9 Aug 2006 20:04:28 +0000 Subject: [PATCH] - Make sure compiled python code gets cleaned as well git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@248 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 07538ba30..c3e697113 100644 --- a/Makefile.in +++ b/Makefile.in @@ -124,5 +124,5 @@ wsjt.spec: wsjt.py astro.py g.py options.py palettes.py smeter.py specjt.py .PHONY : clean clean: - ${RM} -f *.o *.so *~ JT65code wsjt6 + ${RM} -f *.o *.pyc *.so *~ JT65code wsjt6 (cd portaudio-v19;${MAKE} clean)