From c329c44db94a941974d6bfc8a8f661ebf5efa615 Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 5 Mar 2023 11:33:30 +0200 Subject: Add TARGETBIN and TARGETLIB rules --- lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index 4415777..f5eeded 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,6 @@ include ../Makefile.config +TARGETLIB += libk libk.SRCS = \ libk/endian/little.c \ libk/stdio/printf.c libk/stdio/fprintf.c libk/stdio/vfprintf.cpp \ @@ -8,6 +9,7 @@ libk.SRCS = \ TESTS += tst/endian_little tst/mem tst/string tst/linked_list_allocator +TARGETLIB += blake2 blake2.SRCS = blake2/blake2s.c TESTS += tst/blake2s_selftest -- cgit v1.2.1