build: clean the dist directory too

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-04-10 16:02:46 +09:30
parent daa2d4c868
commit 02e1f44f51
1 changed files with 1 additions and 0 deletions

View File

@ -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)