aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-29 05:00:47 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-29 05:00:47 -0500
commitac7db11fe2b657844828cb6905da3de797e13d82 (patch)
treec402d0fa7e69a800a95a24ca8840c7fc6392dee3
parentfe4f639f5e5ac4b5233c39657126aa8bc02fc8a4 (diff)
downloadalftools-ac7db11fe2b657844828cb6905da3de797e13d82.tar.gz
Add ver.rst to realclean in Makefile.
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index b9eeed4..716cf47 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -108,7 +108,7 @@ clean:
# these are generated files, but they *are* checked into git.
realclean: clean
- rm -f unalf.1 alfsum.1 usage.c alfusage.c
+ rm -f unalf.1 alfsum.1 usage.c alfusage.c ver.rst
install: all
[ "$(STRIP)" = "yes" ] && strip alf unalf alfsum || true