Mercurial > vloopback
changeset 2:390a65d28b53
Add a better clean option in Makefile
author | AngelCarpintero |
---|---|
date | Sun, 01 Apr 2007 15:48:51 +0000 |
parents | bcf5fe83f332 |
children | 90455db7fda4 |
files | Makefile Modules.symvers |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Apr 01 05:29:02 2007 +0000 +++ b/Makefile Sun Apr 01 15:48:51 2007 +0000 @@ -35,6 +35,7 @@ rm -f $(DEST)/vloopback.ko -/sbin/depmod -a clean: - rm -f .*.cmd *.o *.mod.c *.ko .v* *~ core + rm -f .*.cmd *.o *.mod.c *.ko .v* *~ core Modules.symvers rm -rf .tmp_versions/ + rm -f example/dummy example/feed example/resize example/invert endif