mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +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
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…
Reference in New Issue
Block a user