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	Thu Oct 18 13:41:43 2012 +0000
+++ b/GNUmakefile	Thu Oct 18 13:42:19 2012 +0000
@@ -285,4 +285,7 @@
 	/usr/local/bin/copy_dirmap.sh dir.map
 endif
 
+clean:
+	rm -rf $(ZIP) $(OUT) xml/*/docs/dirindex.xml
+
 .DELETE_ON_ERROR: