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.
This commit is contained in:
Michal Kubecek
2018-05-27 16:08:30 +02:00
parent 77a6966b97
commit 16c49e52d4
+1
View File
@@ -43,6 +43,7 @@ install: retiredcheck $(MODFILES)
if test -z "$(DESTDIR)"; then $(DEPMOD) -a $(VM_UNAME); fi
clean: $(SUBDIRS)
rm -f *.o
tarballs: $(TARBALLS)