adapted to latest upstream changes.

This commit is contained in:
Norayr Chilingarian 2023-11-14 04:22:13 +04:00
parent 8b964acedb
commit 946e2f7f85
9 changed files with 83 additions and 76 deletions

View file

@ -3,12 +3,13 @@
CFLAGS =
# The following order is important, do not alphabetise
DEPS = norayr/lists \
norayr/Internet \
norayr/opts \
norayr/time \
norayr/skprLogger \
norayr/skprJson
DEPS = norayr/strutils \
norayr/lists \
norayr/Internet \
norayr/opts \
norayr/time \
norayr/skprLogger \
norayr/skprJson
GITHUB = https://github.com/
@ -33,7 +34,7 @@ all: ${DEPS}
${ROOTDIR}/../src/unix/vpkTime.Mod \
${ROOTDIR}/../src/vpkLogger.Mod \
${ROOTDIR}/../src/vpkHttp.Mod \
${ROOTDIR}/../src/unix/vpkEnv.Mod \
${ROOTDIR}/../src/unix/vpkEnv.Mod \
${ROOTDIR}/../src/unix/vpkGit.Mod \
${ROOTDIR}/../src/vpkCharacterStack.Mod \
${ROOTDIR}/../src/vpkJsonParser.Mod \