Changed order so 'clean' is right after the 'build' commands.

This commit is contained in:
Greg Ward 2000-05-28 23:49:03 +00:00
parent fbb04c448c
commit 2129032bc6

View file

@ -10,12 +10,12 @@ __all__ = ['build',
'build_ext',
'build_clib',
'build_scripts',
'clean',
'install',
'install_lib',
'install_headers',
'install_scripts',
'install_data',
'clean',
'sdist',
'bdist',
'bdist_dumb',