Removing demo/.libs with make clean
This commit is contained in:
parent
22fed6bedb
commit
9b61ff377c
@ -220,6 +220,12 @@ demo_demo_SOURCES = demo/demo.c
|
|||||||
# test/mocked_fsrc.h \
|
# test/mocked_fsrc.h \
|
||||||
# test/mocked_fsrc.c
|
# test/mocked_fsrc.c
|
||||||
|
|
||||||
|
# "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 demo/.libs
|
||||||
|
|
||||||
## ========================================================================= ##
|
## ========================================================================= ##
|
||||||
|
|
||||||
## Build documentation (You need Doxygen for this to work)
|
## Build documentation (You need Doxygen for this to work)
|
||||||
|
Loading…
Reference in New Issue
Block a user