#!/bin/sh
# DF-0672 build: userspace structural demonstration of the uninit sin.
set -e
cd "$(dirname "$0")"
cc -O -pipe -Wall -o df0672_uninit_sin df0672_uninit_sin.c
echo "BUILD_OK df0672_uninit_sin"
