mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 10:13:56 +01:00
Added target "all" to Makefile
This commit is contained in:
@ -3,9 +3,9 @@ CFLAGS=-g -O2 -ffile-prefix-map=/=. -fstack-protector-strong -Wformat -Werror=fo
|
|||||||
LDFLAGS=-Wl,-z,relro -lsodium
|
LDFLAGS=-Wl,-z,relro -lsodium
|
||||||
LDFLAGS_LIB=-I/usr/include/exim4 -fpic -shared -export-dynamic
|
LDFLAGS_LIB=-I/usr/include/exim4 -fpic -shared -export-dynamic
|
||||||
|
|
||||||
.PHONY: clean libs
|
.PHONY: clean all
|
||||||
|
|
||||||
.DEFAULT_GOAL := libs
|
.DEFAULT_GOAL := libexim-encrypt-dlfunc.so
|
||||||
|
|
||||||
libexim-encrypt-dlfunc.so: libexim-encrypt-dlfunc.c
|
libexim-encrypt-dlfunc.so: libexim-encrypt-dlfunc.c
|
||||||
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LDFLAGS_LIB)
|
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LDFLAGS_LIB)
|
||||||
@ -16,4 +16,4 @@ genkey: genkey.c
|
|||||||
clean:
|
clean:
|
||||||
rm -f libexim-encrypt-dlfunc.so genkey
|
rm -f libexim-encrypt-dlfunc.so genkey
|
||||||
|
|
||||||
libs: libexim-encrypt-dlfunc.so
|
all: libexim-encrypt-dlfunc.so genkey
|
||||||
Reference in New Issue
Block a user