From ba4ae8c1a5fa9638a9b5de04f45f59d48937e464 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 26 Jan 2024 13:04:09 +0000 Subject: Makefile: Clean up .depends. * Makefile (clean): Delete .depends. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 114f510..3b155cc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ccwl --- Concise Common Workflow Language -# Copyright © 2022 Arun Isaac +# Copyright © 2022, 2024 Arun Isaac # # This file is part of ccwl. # @@ -171,7 +171,8 @@ website/fonts: $(fonts) # Clean clean: - rm -f $(objects) $(dist_archive) $(dist_archive).asc Makefile.include website/index.html \ + rm -f .$(objects) $(dist_archive) $(dist_archive).asc \ + .depends Makefile.include website/index.html \ $(DOC_SCM:.scm=.cwl) $(DOC_IMAGES) $(DOC_IMAGES:.png=.dot) $(DOC_OUT) \ $(doc_info) doc/skribilo.go rm -rf $(doc_html) website/manual website/fonts -- cgit v1.2.3