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