diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-29 05:00:47 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-29 05:00:47 -0500 |
| commit | ac7db11fe2b657844828cb6905da3de797e13d82 (patch) | |
| tree | c402d0fa7e69a800a95a24ca8840c7fc6392dee3 | |
| parent | fe4f639f5e5ac4b5233c39657126aa8bc02fc8a4 (diff) | |
| download | alftools-ac7db11fe2b657844828cb6905da3de797e13d82.tar.gz | |
Add ver.rst to realclean in Makefile.
| -rw-r--r-- | src/Makefile | 2 |
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 |
