diff --git a/Makefile b/Makefile index 017cb55006..4bdb0f6a86 100644 --- a/Makefile +++ b/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