diff --git a/Makefile b/Makefile index 7302b8a..608e15e 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,7 @@ download untar:: dir:: $(MAKE) -C linux/ $(MAKECMDGOALS) DIR="../$(DIR)" + +cleanall: + $(MAKE) distclean + $(MAKE) -C linux distclean