build: adding clean

pull/440/head
Andras Banki-Horvath 2 years ago
parent daa62b8ea2
commit 9e227fc1ee
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

@ -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…
Cancel
Save