7 regels
84 B
Makefile
7 regels
84 B
Makefile
include ../root.mk
|
|
|
|
CFLAGS += -shared -fPIE
|
|
|
|
libplug.so: plug.o
|
|
${LINK.c} $+ -o $@
|