PREFIX = /usr/local # the command to exectute on `make update`, eg., # `systemctl restart mage.service` RESTARTCMD = echo "no command set" MAGICKFLAGS != pkg-config --cflags --libs MagickWand CFLAGS = -Wall -Wextra -Werror -Wpedantic -O2 -fstack-protector-strong -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fPIE -pie ${MAGICKFLAGS} LDFLAGS = -lpthread