.if exists(../.git)
GITHASH!= git rev-parse HEAD
CFLAGS+= -DGITHASH=\"${GITHASH}\"
.endif
DEBUG_FLAGS+= -g -O0
.if defined(PROFILE_BUILD)