From 83615e6e2e86163c452e65626167ad0a72353f77 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 26 Nov 2025 03:00:23 -0500 Subject: Fix typo in unalf man page. --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile') 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 -- cgit v1.2.3