TARGET = helloworld

SRCS = \
../common/syscalls/printf.s \
../common/crt0/crt0.s \
main/main.c \

include ../common.mk
