LibreSplit/plugins/test_plugin2/Makefile
Penaz 8fa0d45f32 Allow plugins to hook into events for real
And add an example plugin.
2026-03-14 22:24:33 +01:00

2 lines
125 B
Makefile

all:
gcc -shared -fPIC -o test_plugin2.so -I ../../src/plugins/ -I ../../src/lasr -I ../../src -L../../build/ test_plugin.c