- 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
This commit is contained in:
Diane Bruce 2006-08-09 20:04:28 +00:00
parent 35c4a904c2
commit 12778afe8f
1 changed files with 1 additions and 1 deletions

View File

@ -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)