diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-27 16:25:16 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-27 16:25:16 -0500 |
| commit | 64c29e344ba19c1c5d4b1fd837e2b9a6031d1f11 (patch) | |
| tree | dd4b517f64bce6bfebed74eaf7d028c1b059f649 /src/Makefile | |
| parent | b0892ba48c5eae7e8e0cca5f269d7b81e19b71ac (diff) | |
| download | unalf-64c29e344ba19c1c5d4b1fd837e2b9a6031d1f11.tar.gz | |
Diddle Makefile.
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 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 |
