Browse Source

TT#108003 Remove coverity artifacts removal from Makefile

We are not building these as part of the build system anymore.

Change-Id: Ib7936ff0823b4a31b4e257412c856aa348ab2feb
pull/1194/head
Guillem Jover 5 years ago
parent
commit
1cc54825af
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Makefile

+ 0
- 1
Makefile View File

@ -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 $@


Loading…
Cancel
Save