scilab: base scilab Examples makefile clean on other languages clean
This commit is contained in:
parent
e12601707d
commit
a42dce6b20
1 changed files with 4 additions and 1 deletions
|
|
@ -1760,7 +1760,10 @@ scilab_version:
|
|||
# -----------------------------------------------------------------
|
||||
|
||||
scilab_clean:
|
||||
rm -f *.sce *.so lib*.c lib*.cpp lib*.h lib*.hxx *_wrap.*
|
||||
rm -f *_wrap* *~ .~*
|
||||
rm -f core @EXTRA_CLEAN@
|
||||
rm -f *.@OBJEXT@ *@SO@
|
||||
rm -f *.sce lib*.c lib*.cpp lib*.h lib*.hxx
|
||||
|
||||
##################################################################
|
||||
##### Go ######
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue