#!/bin/sh
cp ../zig-out/lib/libcapy.so.0 .
gcc -I../include c_template.c libcapy.so.0 -Wl,-rpath . -o c_template
