From 644364d2da047fd84a721d8ea65f52a26cd30b26 Mon Sep 17 00:00:00 2001 From: bumbread Date: Sat, 16 Jul 2022 04:44:15 +1100 Subject: [PATCH] build dependency using its build script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4c12cc..42e2bd1 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ ciabatta.lib: $(OBJ_FILES) unicope/unicope.lib llvm-ar rc $@ $^ unicope/unicope.lib: - clang -I unicope/inc -c unicope/src/unicode.c -o unicope/unicope.lib + unicope\bake test: ciabatta.lib