From 16c49e52d41fd8d3bac480cbe2896c040562f62e Mon Sep 17 00:00:00 2001 From: Michal Kubecek Date: Sun, 27 May 2018 16:08:30 +0200 Subject: [PATCH] misc: clean copies of vmmon.o and vmnet.o in top level makefile Makefiles in *-only copy the object file module is created from into the parent directory but do not delete them on "make clean". Clean these files up in "clean" target of top level makefile. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index eda283d..c5e561d 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ install: retiredcheck $(MODFILES) if test -z "$(DESTDIR)"; then $(DEPMOD) -a $(VM_UNAME); fi clean: $(SUBDIRS) + rm -f *.o tarballs: $(TARBALLS)