mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
Add specific external libs to the makefile clean recipe. To avoid failed linking of cross compiled binaries left out after an incomplete make clean
This commit is contained in:
parent
73cda2f2ae
commit
a048a54f83
1 changed files with 3 additions and 0 deletions
3
external/Makefile
vendored
3
external/Makefile
vendored
|
@ -82,6 +82,9 @@ clean: external-clean
|
|||
|
||||
external-clean:
|
||||
$(RM) $(EXTERNAL_LIBS) external/*.la external/*.o
|
||||
make -C external/libsodium clean
|
||||
make -C external/libwally-core clean
|
||||
make -C external/libwally-core/src clean
|
||||
|
||||
external-distclean:
|
||||
make -C external/libsodium distclean || true
|
||||
|
|
Loading…
Add table
Reference in a new issue