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

5 lines
67 B
Makefile
Raw Permalink Normal View History

2023-09-06 19:57:21 -04:00
CFLAGS += -shared -fPIC
2023-09-05 21:40:53 -04:00
2023-09-24 12:54:34 -04:00
../libplug.so: plug.o
2023-09-05 21:40:53 -04:00
${LINK.c} $+ -o $@