Skip to content

Commit

Permalink
Makefile: fix typo and wrong path in external/Makefile to properly re…
Browse files Browse the repository at this point in the history
…move objects with "make clean"

Signed-off-by: YOSHIDA Masanori <[email protected]>
Changelog-None
  • Loading branch information
siburu authored and rustyrussell committed Oct 27, 2020
1 parent 5472937 commit b7ab886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ external-clean:
if [ -f ${TARGET_DIR}/libsodium-build/Makefile ]; then make -C ${TARGET_DIR}/libsodium-build clean; fi
if [ -f ${TARGET_DIR}/libwally-core-build/Makefile ]; then make -C ${TARGET_DIR}/libwally-core-build clean; fi
if [ -f ${TARGET_DIR}/libwally-core-build/src/Makefile ]; then make -C ${TARGET_DIR}/libwally-core-build/src clean; fi
if [ -f ${TARGET_DIR}/libacktrace-build/Makefile ]; then make -C ${TARGET_DIR}/libbacktrace-build/src clean; fi
if [ -f ${TARGET_DIR}/libbacktrace-build/Makefile ]; then make -C ${TARGET_DIR}/libbacktrace-build clean; fi

external-distclean:
make -C external/libsodium distclean || true
Expand Down

0 comments on commit b7ab886

Please sign in to comment.