#!/bin/sh
set -e
cd "$(dirname "$0")"
cc -O2 -g -o fuse_daemon fuse_daemon.c
cc -O2 -g -o stat_leak stat_leak.c
echo BUILD_OK
