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_mem tst/test_string tst/test_linked_list_allocator @echo $^ $(foreach f,$^,./$f;)