fixes for make distclean
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11964 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
662084aa06
commit
fb99ef318c
4 changed files with 20 additions and 4 deletions
|
|
@ -84,6 +84,11 @@ CXXSHARED= @CXXSHARED@
|
|||
|
||||
OBJS = $(SRCS:.c=.@OBJEXT@) $(CXXSRCS:.cxx=.@OBJEXT@)
|
||||
|
||||
distclean:
|
||||
rm -f Makefile
|
||||
rm -f guile/Makefile
|
||||
rm -f xml/Makefile
|
||||
|
||||
##################################################################
|
||||
##### Tcl/Tk ######
|
||||
##################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue