From 24bbaa0b14184447640d7ad7654679ce220e97fa Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 26 Jul 2013 07:28:46 +0200 Subject: Adding deepclean command. --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f7c082..c2a0bda 100644 --- a/Makefile +++ b/Makefile @@ -70,4 +70,12 @@ clean: rm -f $(ALL_OBJECTS) $(ALL_DEPS) $(TARGET) $(MAKE) -C Balau clean -.PHONY: clean strip Balau tests all +deepclean: + git clean -f -d -x + git submodule foreach git clean -f -d -x + git submodule foreach git submodule foreach git clean -f --d -x + git reset --hard HEAD + git submodule foreach git reset --hard HEAD + git submodule foreach git submodule foreach git reset --hard HEAD + +.PHONY: clean deepclean strip Balau tests all -- cgit v1.2.3