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