Add a top-level cleanall target.

make cleanall does a distclean for the top-level and the linux directory.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
This commit is contained in:
Hans Verkuil
2012-08-17 14:15:51 +02:00
parent 2569492c35
commit 35eaca75f1

View File

@@ -30,3 +30,7 @@ download untar::
dir::
$(MAKE) -C linux/ $(MAKECMDGOALS) DIR="../$(DIR)"
cleanall:
$(MAKE) distclean
$(MAKE) -C linux distclean