mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +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:
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
|
||||
|
||||
Reference in New Issue
Block a user