#!/bin/bash

all:
	gcc -shared -Wl,-soname,api -o api.so -fPIC api.c

