diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-26 03:15:39 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-26 03:15:39 -0500 |
| commit | 5ca2a6212cab09d06252ba9a6443a45c239a7d6c (patch) | |
| tree | 7fbb964df473adbceb56df17ee111adb2a6c7d66 /src/Makefile | |
| parent | d4f425b842b532ae16c8f3a226cbd1b98dbd98ad (diff) | |
| download | unalf-5ca2a6212cab09d06252ba9a6443a45c239a7d6c.tar.gz | |
Add alf man page.
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 7a992e9..d09d8dc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -45,7 +45,7 @@ ALF_OBJS=alf.o .PHONY: all clean install crosswin windows windows-upload realclean -all: unalf unalf.1 alfsum alfsum.1 alf +all: unalf unalf.1 alfsum alfsum.1 alf alf.1 # unalf and alfsum need explicit rules for BSD make compatibility. # without them, bmake tries to run "cc -o unalf unalf.c" which ain't |
