diff --git a/components/cli/Makefile b/components/cli/Makefile index 017cb55006..4bdb0f6a86 100644 --- a/components/cli/Makefile +++ b/components/cli/Makefile @@ -10,7 +10,7 @@ build: clean # remove build artifacts clean: - @rm -rf ./build + @rm -rf ./build/* # run go test # the "-tags daemon" part is temporary