*** empty log message ***

This commit is contained in:
David Rose 2001-01-18 23:52:14 +00:00
parent aef05ac0d0
commit 11452b656c
3 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,7 @@ clean :
#if $[st_sources]
rm -rf $[st_dir]
#endif
rm -f *.pyc *.pyo // Also scrub out old generated Python code.
// 'cleanall' is not much more thorough than 'clean': At the moment,
// it also cleans up the bison and flex output, as well as the

View File

@ -204,6 +204,7 @@ clean :
#if $[st_sources]
-rmdir /s /q $[st_dir]
#endif
-del /f *.pyc *.pyo // Also scrub out old generated Python code.
// 'cleanall' is not much more thorough than 'clean': At the moment,
// it also cleans up the bison and flex output, as well as the

View File

@ -166,6 +166,7 @@ clean :
#if $[st_sources]
rm -rf $[st_dir]
#endif
rm -f *.pyc *.pyo // Also scrub out old generated Python code.
// 'cleanall' is not much more thorough than 'clean': At the moment,
// it also cleans up the bison and flex output, as well as the