mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-04-26 22:00:35 +00:00
2 lines
81 B
Makefile
2 lines
81 B
Makefile
all:
|
|
gcc -shared -fPIC -o test_plugin.so -I ../../ -L../../build/ test_plugin.c
|