Removing xorriso/.libs test/.libs with make clean
This commit is contained in:
parent
def3d7a5e7
commit
aaf7a0446d
@ -272,6 +272,11 @@ buildstamp:
|
|||||||
buildstamped: buildstamp
|
buildstamped: buildstamp
|
||||||
make
|
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
|
||||||
|
|
||||||
## ========================================================================= ##
|
## ========================================================================= ##
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user