diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 85d1f34..8645c45 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -2,8 +2,6 @@ include ../${ARCH}/toolchain.mk CCFLAGS += -I. -I.. -all: libk.a - libk,SRCS = memcpy.c memset.c stdio/printf.c string/itoa.c include ../rules.mk |