mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 08:43:55 +01:00
Update Makefile
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=-g -O2 -ffile-prefix-map=/=. -fstack-protector-strong -Wformat -Werror=format-security
|
CFLAGS=-I/usr/include/exim4 -g -O2 -ffile-prefix-map=/=. -fstack-protector-strong -Wformat -Werror=format-security
|
||||||
LDFLAGS=-Wl,-z,relro -lsodium
|
LDFLAGS=-Wl,-z,relro -lsodium
|
||||||
LDFLAGS_LIB=-I/usr/include/exim4 -fpic -shared -export-dynamic
|
LDFLAGS_LIB=-fpic -shared -export-dynamic
|
||||||
|
|
||||||
.PHONY: clean all
|
.PHONY: clean all
|
||||||
|
|
||||||
@ -16,4 +16,4 @@ genkey: genkey.c
|
|||||||
clean:
|
clean:
|
||||||
rm -f libexim-encrypt-dlfunc.so genkey
|
rm -f libexim-encrypt-dlfunc.so genkey
|
||||||
|
|
||||||
all: libexim-encrypt-dlfunc.so genkey
|
all: libexim-encrypt-dlfunc.so genkey
|
||||||
|
|||||||
Reference in New Issue
Block a user