Modified 'make clean' to actually remove the SWIG executable.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@212 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-02-10 20:46:08 +00:00
commit 57d9494cda

View file

@ -93,6 +93,7 @@ clean:
fi \
done;
@cd Runtime; $(MAKE) clean
rm -f swig
#####################################################################