diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index ed5f4d0..06ecbe7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -102,7 +102,7 @@ clean: # these are generated files, but they *are* checked into git. realclean: clean - rm -f unalf.1 alfsum.1 usage.c + rm -f unalf.1 alfsum.1 usage.c alfusage.c install: all [ "$(STRIP)" = "yes" ] && strip alf unalf alfsum || true |
