From 1cc54825afb1fa7f9017af4a0cda88de31a07fd6 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 5 Feb 2021 13:21:57 +0100 Subject: [PATCH] TT#108003 Remove coverity artifacts removal from Makefile We are not building these as part of the build system anymore. Change-Id: Ib7936ff0823b4a31b4e257412c856aa348ab2feb --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index a5f05c1b1..ad040452f 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,6 @@ distclean clean: $(MAKE) -C iptables-extension clean $(MAKE) -C kernel-module clean $(MAKE) -C t clean - rm -rf project.tgz cov-int .DEFAULT: $(MAKE) -C daemon $@