include ../Makefile.config CCFLAGS += -I. -I.. libk.SRCS = memcpy.c memset.c stdio/printf.c string/itoa.c include ../rules.mk .PHONY: test test: tst/test_linked_list_allocator @$(foreach f,$^,./$f)