mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
make: clean up lowdown install
`make clean && make` wasn't rebuilding lowdown.
This commit is contained in:
parent
8b4136bad5
commit
b390307751
1 changed files with 1 additions and 0 deletions
1
external/Makefile
vendored
1
external/Makefile
vendored
|
@ -125,6 +125,7 @@ clean: external-clean
|
|||
external-clean:
|
||||
$(RM) $(EXTERNAL_LIBS) $(TARGET_DIR)/*.la $(TARGET_DIR)/*.o
|
||||
$(RM) $(TARGET_DIR)/jsmn-build/jsmn.o
|
||||
$(RM) -r $(TARGET_DIR)/lowdown-build/*
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue