diff options
-rw-r--r-- | index_pages.mk | 3 |
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) |