# Simple, stupid makefile to make phetch
PHETCH_RELEASE =
PHETCH_DEBUG =
RSFILES =
:
# Default target
:
# Binary with debugging info
:
# Remove the release directory and its contents
:
# Remove the debug directory and its contents
:
# Remove the entire target directory
: # Build and strip the release version
: # Build the debug version
: