slr

S Lang Runtime
git clone https://codeberg.org/night0721/slr
Log | Files | Refs | README | LICENSE

commit 7bda0983e48b7f19b3000ee2d1e6838bc9d85964
parent a1aa95e3f99f2795e04d2f54192ad3243dccca10
Author: night0721 <[email protected]>
Date:   Fri, 17 May 2024 08:46:11 +0100

update makefile

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ CC = cc VERSION = 1.0 TARGET = slr -MANPAGE = slr.1 +MANPAGE = $(TARGET).1 PREFIX ?= /usr/local BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/share/man/man1