changeset 737:46bb8caea2ab

Added the "clean" target.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 18 Oct 2012 13:42:19 +0000
parents 9f2953d854fd
children 0914bbb59fd2
files GNUmakefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -285,4 +285,7 @@ copy_dirmap:
 	/usr/local/bin/copy_dirmap.sh dir.map
 endif
 
+clean:
+	rm -rf $(ZIP) $(OUT) xml/*/docs/dirindex.xml
+
 .DELETE_ON_ERROR: