Make PREFIX configurable in the Makefile
This commit is contained in:
parent
8ae0b72624
commit
020aac91ff
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ RESOURCE_C = resources.c
|
|||||||
RESOURCE_H = resources.h
|
RESOURCE_H = resources.h
|
||||||
|
|
||||||
# Installation directories
|
# Installation directories
|
||||||
PREFIX = /usr/local
|
PREFIX ?= /usr/local
|
||||||
BINDIR = $(PREFIX)/bin
|
BINDIR = $(PREFIX)/bin
|
||||||
DATADIR = $(PREFIX)/share/ssdd
|
DATADIR = $(PREFIX)/share/ssdd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user