From 9e227fc1ee93d7ecabc3d9aff12623640c0841ba Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Mon, 29 Nov 2021 16:36:50 +0100 Subject: [PATCH] build: adding clean --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 56f79b7..0642c54 100644 --- a/Makefile +++ b/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