build:
	gcc main.c gridcore/*.c -o $(target) -shared -fPIC
