mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
adapted to latest upstream changes.
This commit is contained in:
parent
8b964acedb
commit
946e2f7f85
9 changed files with 83 additions and 76 deletions
15
Makefile
15
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue