- Start LibLog support implementation,

- Fix .h and .c file headers.
This commit is contained in:
2024-04-18 00:54:52 +02:00
parent 70b7e5a49e
commit 3a3002375f
8 changed files with 131 additions and 103 deletions

View File

@@ -9,8 +9,8 @@ include ../Makefile.rule
DEP += libnode.h ../include/node.h Makefile
INCLUDE += -I . -I ../include
DEP += libnode.h ../include/node.h ../../liblog/include/log.h Makefile
INCLUDE += -I . -I ../include -I ../../liblog/include
ifdef _LIBVER_SUPPORT
DEP += ../../libver/ver.h