#!/bin/sh
# DF-0872 build: compile the image crafter
set -e
cd "$(dirname "$0")"
cc -O2 -o craft_ntfs craft_ntfs.c
echo "BUILD_EXIT=$?"
