LibreSplit/plugins/test_plugin/Makefile
Penaz 63930640f5 Allow plugins to register custom Lua functions
Will probably need to find a better way to allow plugins to access
internal functions of LibreSplit instead of this "PlugAPI bridge" I've
made
2026-03-13 23:51:29 +01:00

2 lines
111 B
Makefile

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