Browse Source

Add specific external libs to the makefile clean recipe. To avoid failed linking of cross compiled binaries left out after an incomplete make clean

ppa-0.6.1
Igor Cota 7 years ago
committed by Rusty Russell
parent
commit
a048a54f83
  1. 3
      external/Makefile

3
external/Makefile

@ -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…
Cancel
Save