【修改】修改第三方toml的makefile,install路径修改至dependence

This commit is contained in:
niubinghui
2024-08-02 11:53:04 +08:00
parent afe2017188
commit c637bb388a

View File

@@ -1,4 +1,4 @@
prefix ?= /usr/local
prefix = ../../dependence
HFILES = toml.h
CFILES = toml.c
OBJ = $(CFILES:.c=.o)