diff options
Diffstat (limited to 'src/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 |
