mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
aef05ac0d0
commit
11452b656c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user