TOPDIR=../..
PROJECT:=hello-asm
SRCS=${PROJECT}.S
all: all_common
test: test_common
clean: clean_common
include ${TOPDIR}/apps/common/makefile.common
