#!/bin/sh
set -e
cd "$(dirname "$0")"
cc -Wall -O2 -o tlv_truncation tlv_truncation.c
echo "built tlv_truncation"
