From c637bb388a8fceb8b263451c174931415ee79a81 Mon Sep 17 00:00:00 2001 From: niubinghui Date: Fri, 2 Aug 2024 11:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=AC=AC=E4=B8=89=E6=96=B9toml=E7=9A=84makefile?= =?UTF-8?q?=EF=BC=8Cinstall=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9=E8=87=B3de?= =?UTF-8?q?pendence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thirdPart/tomlc99/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdPart/tomlc99/Makefile b/thirdPart/tomlc99/Makefile index 599f7db..b28e323 100644 --- a/thirdPart/tomlc99/Makefile +++ b/thirdPart/tomlc99/Makefile @@ -1,4 +1,4 @@ -prefix ?= /usr/local +prefix = ../../dependence HFILES = toml.h CFILES = toml.c OBJ = $(CFILES:.c=.o)