From: Ralph Ronnquist Date: Sun, 23 Apr 2023 05:28:32 +0000 (+1000) Subject: Add "clean" target X-Git-Tag: 0.1.0~11 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=1c01fd3adf4c4dcbd97e3c70884ba60f14b1e17c;p=rrq%2Fnewlisp%2Fpacknl.git Add "clean" target --- 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