update makefile

This commit is contained in:
Night Kaly 2024-05-17 08:46:11 +01:00
parent a1aa95e3f9
commit 7bda0983e4
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

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