Archived
1
0
This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
plugin/plug/Makefile

7 lines
84 B
Makefile
Raw Normal View History

2023-09-05 21:40:53 -04:00
include ../root.mk
CFLAGS += -shared -fPIE
libplug.so: plug.o
${LINK.c} $+ -o $@