[Makefile] Update.
This commit is contained in:
parent
2e3d95da81
commit
4006dd89ea
4
Makefile
4
Makefile
@ -1,8 +1,8 @@
|
|||||||
TARGET=httpprocwatchd
|
TARGET=httpprocwatchd
|
||||||
|
|
||||||
SYSCTL=${shell which systemctl}
|
SYSCTL=${shell which systemctl}
|
||||||
SYSDDIR=${shell pkg-config systemd --variable=systemdsystemunitdir}
|
SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir}
|
||||||
SYSDDIR=${SYSDDIR:/%=%}
|
SYSDDIR=${SYSDDIR_:/%=%}
|
||||||
DESTDIR=/
|
DESTDIR=/
|
||||||
|
|
||||||
LDFLAGS=-ldflags "-s -w"
|
LDFLAGS=-ldflags "-s -w"
|
||||||
|
Loading…
Reference in New Issue
Block a user