Skip to content

Commit c446583

Browse files
committed
make
1 parent 200cd9d commit c446583

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

collector/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,9 @@ txt-files:
6565
clean:
6666
docker rm -fv build_collector || true
6767
docker rm -fv container-stats benchmark collector grpc-server || true
68+
rm -rf container/LICENSE-kernel-modules.txt
6869
rm -rf container/bin
69-
rm -rf container/driver
70-
rm -rf container/libs
71-
rm -rf container/rhel/scripts
72-
rm -rf container/rhel/bundle.tar.gz
73-
rm -rf container/devel/scripts
74-
rm -rf container/devel/bundle.tar.gz
7570
rm -rf container/THIRD_PARTY_NOTICES
76-
rm -f container/Dockerfile.dev
7771

7872
.PHONY: check
7973
check:

0 commit comments

Comments
 (0)