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