mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-06-21 02:18:24 +02:00
Add DESTDIR variable to Makefile
This commit is contained in:
parent
16a52340de
commit
39f1c78f99
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
|||||||
PREFIX := /usr/local
|
PREFIX := /usr/local
|
||||||
BINPREFIX := $(PREFIX)/bin
|
BINPREFIX := $(DESTDIR)$(PREFIX)/bin
|
||||||
MANPREFIX := $(PREFIX)/man/man1
|
MANPREFIX := $(DESTDIR)$(PREFIX)/man/man1
|
||||||
|
|
||||||
SRC := $(wildcard src/*.c)
|
SRC := $(wildcard src/*.c)
|
||||||
OBJ := $(SRC:.c=.o)
|
OBJ := $(SRC:.c=.o)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user