Skip to content

Commit

Permalink
Add specific external libs to the makefile clean recipe. To avoid fai…
Browse files Browse the repository at this point in the history
…led linking of cross compiled binaries left out after an incomplete make clean
  • Loading branch information
icota authored and rustyrussell committed Feb 28, 2018
1 parent 73cda2f commit a048a54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions external/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a048a54

Please sign in to comment.