all:
	gcc bindings.c main.c -o test_bindings -lruby -I/usr/include/ruby-3.3.0/ -I/usr/include/ruby-3.3.0/x86_64-linux -g
