mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2025-10-29 11:24:43 +00:00
fix: respect PREFIX in Makefile (#106)
This commit is contained in:
parent
d6856adaff
commit
38e18b7077
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
PREFIX = /usr/local
|
||||
PREFIX ?= /usr
|
||||
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement
|
||||
|
||||
CFLAGS += -I. -DWLR_USE_UNSTABLE -std=c99
|
||||
@ -71,4 +71,4 @@ all:
|
||||
|
||||
install:
|
||||
make all
|
||||
cp ./build/hyprpaper /usr/bin -f
|
||||
cp ./build/hyprpaper $(PREFIX)/bin -f
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user