TOP = ../../..
include $(TOP)/make.mk

INCLUDES += \
  -I../

SRCS += \
  ../app.c

include $(TOP)/rules.mk
