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
2023-09-24 16:54:34 +00:00

5 lines
67 B
Makefile

CFLAGS += -shared -fPIC
../libplug.so: plug.o
${LINK.c} $+ -o $@