mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
cleanup: Ignoring libwally artifacts and distclean cleans them
This commit is contained in:
parent
421edc9500
commit
7ac7a6a47e
2 changed files with 3 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -13,8 +13,8 @@ libsecp256k1.a
|
|||
libsecp256k1.la
|
||||
libsodium.a
|
||||
libsodium.la
|
||||
libwally-core.a
|
||||
libwally-core.la
|
||||
libwallycore.a
|
||||
libwallycore.la
|
||||
gen_*
|
||||
daemon/lightning-cli
|
||||
check-bolt
|
||||
|
|
1
Makefile
1
Makefile
|
@ -357,6 +357,7 @@ distclean: clean
|
|||
$(MAKE) -C secp256k1/ distclean || true
|
||||
$(RM) libsecp256k1.a secp256k1/libsecp256k1.la
|
||||
$(RM) libsodium.a libsodium/libsodium.la
|
||||
$(RM) libwallycore.a libwallycore.la
|
||||
cd libwally-core && tools/cleanup.sh
|
||||
|
||||
maintainer-clean: distclean
|
||||
|
|
Loading…
Add table
Reference in a new issue