diff Makefile @ 2:390a65d28b53

Add a better clean option in Makefile
author AngelCarpintero
date Sun, 01 Apr 2007 15:48:51 +0000
parents 5f21a4dddc0c
children fa5d2b9d8831
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