Removing test/.libs with make clean
This commit is contained in:
parent
5892fbd3a1
commit
93108d22c8
@ -145,6 +145,12 @@ 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 test/.libs
|
||||
|
||||
|
||||
## Build companion applications
|
||||
noinst_PROGRAMS = \
|
||||
|
Loading…
Reference in New Issue
Block a user