aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 7fd20f45..034358ec 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -6,4 +6,6 @@ all :: index.html
index.html : $(HS_SRCS) $(HADDOCK_INPLACE)
$(HADDOCK_INPLACE) -h $(HS_SRCS)
+CLEAN_FILES += index.html
+
include $(TOP)/mk/target.mk