From 02e1f44f51459818a6aa410f20ad45aab7cc2a8f Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Wed, 10 Apr 2013 16:02:46 +0930 Subject: [PATCH] build: clean the dist directory too Signed-off-by: Kevin Shanahan --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0fe2a8be..8f7ba423 100644 --- a/Makefile +++ b/Makefile @@ -477,6 +477,7 @@ clean: @rm -rf $(BUILD_DIR) @rm -rf $(BIN_DIR) @rm -rf $(DOC_DIR) + @rm -rf $(DIST_DIR) @rm -f $(shell find . \( \ -name '*~' -o -name '#*#' -o -name '*.o' -o -name '*.res' \ \) -print)