Update Makefile
This commit is contained in:
parent
16f5cb2e2e
commit
76e8a35b8b
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
BINARY := wayshot
|
BINARY := wayshot
|
||||||
BUILDFLAGS := --release
|
BUILDFLAGS := --release
|
||||||
TARGET_DIR := /usr/bin
|
TARGET_DIR := $(DESTDIR)/usr/bin
|
||||||
SOURCE_DIR := ./target/release
|
SOURCE_DIR := ./target/release
|
||||||
MAN1_DIR := /usr/share/man/man1
|
MAN1_DIR := /usr/share/man/man1
|
||||||
MAN7_DIR := /usr/share/man/man7
|
MAN7_DIR := /usr/share/man/man7
|
||||||
|
Loading…
Reference in New Issue
Block a user