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

CCFLAGS += -I. -I..

libk,SRCS = memcpy.c memset.c stdio/printf.c string/itoa.c

include ../rules.mk