From d2313ca899c8b92617e73038bfac89f5b4745bdf Mon Sep 17 00:00:00 2001 From: Michael Christenson II Date: Wed, 21 Oct 2020 20:53:26 -0400 Subject: [PATCH] Clean artifacts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7c8d4b..82e1d65 100644 --- a/Makefile +++ b/Makefile @@ -71,4 +71,4 @@ clean-cover: rm -rf $(TEST_TARGET)/* clean-test: rm -rf $(TESTDATA) -clean: clean-build clean-test clean-cover \ No newline at end of file +clean: clean-artifacts clean-build clean-cover clean-test \ No newline at end of file