PROGRAM = helloworld
PROGRAM_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
EXTRA_SRCS :=
include ${PROGRAM_DIR}/../common/common.mk
