build: adding clean

This commit is contained in:
Andras Banki-Horvath 2021-11-29 16:36:50 +01:00
parent daa62b8ea2
commit 9e227fc1ee
No known key found for this signature in database
GPG key ID: 80E5375C094198D8

View file

@ -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