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