diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-26 03:00:23 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-26 03:00:23 -0500 |
| commit | 83615e6e2e86163c452e65626167ad0a72353f77 (patch) | |
| tree | 6df1eacc589621a4e742c71069642f03b40954dd /src/Makefile | |
| parent | bfb8916059a8eed4d0d1318ca3e5d3048067014b (diff) | |
| download | alftools-83615e6e2e86163c452e65626167ad0a72353f77.tar.gz | |
Fix typo in unalf man page.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index c19ac60..7a992e9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -85,6 +85,9 @@ unalf.1: unalf.rst ver.rst manftr.rst alfsum.1: alfsum.rst ver.rst manftr.rst $(RST2MAN) alfsum.rst > alfsum.1 +alf.1: alf.rst ver.rst manftr.rst + $(RST2MAN) alf.rst > alf.1 + clean: rm -rf *.o unalf alfsum *.exe wintmp \ unalf.html alfsum.html *.aarch64.elf *.com.dbg |
