summaryrefslogtreecommitdiff
path: root/index_pages.mk
diff options
context:
space:
mode:
Diffstat (limited to 'index_pages.mk')
-rw-r--r--index_pages.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/index_pages.mk b/index_pages.mk
index e8e0c54..dbc6bb3 100644
--- a/index_pages.mk
+++ b/index_pages.mk
@@ -3,3 +3,6 @@ GENERATEDMD = content/posts/index.md
content/posts/index.md: $(POSTS)
scripts/generate_post_index > $@
+
+clean:
+ $(RM) $(GENERATEDMD)