mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-04-27 06:10:27 +00:00
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
2 lines
111 B
Makefile
2 lines
111 B
Makefile
all:
|
|
gcc -shared -fPIC -o test_plugin.so -I ../../src/plugins/ -I ../../src/lasr -L../../build/ test_plugin.c
|