Removing xorriso/.libs test/.libs with make clean

This commit is contained in:
Thomas Schmitt 2011-12-03 15:22:29 +00:00
parent 2349c6db09
commit dde4c5df2f
1 changed files with 5 additions and 0 deletions

View File

@ -272,6 +272,11 @@ buildstamp:
buildstamped: buildstamp
make
# "make clean" shall remove a few stubborn .libs directories
# which George Danchev reported Dec 03 2011.
# Learned from: http://www.gnu.org/software/automake/manual/automake.html#Clean
clean-local:
-rm -rf xorriso/.libs test/.libs
## ========================================================================= ##