From 1c01fd3adf4c4dcbd97e3c70884ba60f14b1e17c Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sun, 23 Apr 2023 15:28:32 +1000 Subject: [PATCH] Add "clean" target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 333fab4..d78aa42 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,6 @@ packnl: packnl.lsp incore.lsp main-args.lsp %.8: %.8.adoc asciidoctor -b manpage $^ + +clean: + rm -f packnl packnl.8 incore.lsp.8 -- 2.39.2