1
0
Fork 0

[Makefile] Update.

This commit is contained in:
Alexander Andreev 2022-01-02 23:05:39 +04:00
parent 2e3d95da81
commit 4006dd89ea
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 2 additions and 2 deletions

View File

@ -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"