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