# Simple, stupid makefile to make phd
TARGET =
RELEASE =
DEBUG =
SOURCES =
PREFIX =
BINDIR =
:
# Default target. Build release binary.
:
# Binary with debugging info.
:
# Install locally.
: # Uninstall locally.
: # Remove build directory.
:
# Build the release version
: # Build the debug version
: