TARGET = crc32
TYPE = ps-exe

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

include ../common.mk
