aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
blob: b3e1f660769cf7e900afea02abd3941cbabd8735 (plain)
1
2
3
4
5
6
7
8
9
10
11
include ../Makefile.config

libk.SRCS = stdio/printf.c stdio/fprintf.c stdio/vfprintf.cpp \
            stdlib/memcpy.c stdlib/memset.c \
            string/itoa.c

include ../rules.mk

.PHONY: test
test: tst/test_mem tst/test_string tst/test_linked_list_allocator
	$(foreach f,$^,./$f;)