mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
build: adding clean
This commit is contained in:
parent
daa62b8ea2
commit
9e227fc1ee
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -84,3 +84,9 @@ rpc-check: rpc
|
|||
rpc-js-compile:
|
||||
@$(call print, "Compiling JSON/WASM stubs.")
|
||||
GOOS=js GOARCH=wasm $(GOBUILD) $(PKG)/looprpc
|
||||
|
||||
|
||||
clean:
|
||||
@$(call print, "Cleaning up.")
|
||||
rm -f ./loop-debug ./loopd-debug
|
||||
rm -rf ./vendor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue