5 lines
64 B
Makefile
5 lines
64 B
Makefile
|
CFLAGS += -shared -fPIE
|
||
|
|
||
|
libplug.so: plug.o
|
||
|
${LINK.c} $+ -o $@
|