nothing really

This commit is contained in:
Norayr Chilingarian 2020-05-07 19:22:38 +04:00
parent 1089f84f65
commit 12b8ca56c5
2 changed files with 5 additions and 4 deletions

View file

@ -2,6 +2,7 @@
VOC = voc
VERSION_FILE = ./VersionFile.json
BUILDDIR = build
VIPACK = vipack
test: clean create_builds_dir all copy-version-file-to-build-dir run
@ -33,11 +34,11 @@ all: http
../vpkPackageResolver.Mod \
../vpkDependencyResolver.Mod \
../vpkPackageFileParser.Mod \
../Vipack.Mod -m
../vipack.Mod -m
run:
$(BUILDDIR)/Vipack install
$(BUILDDIR)/vipack install
http: clean

View file

@ -1,4 +1,4 @@
MODULE Vipack;
MODULE vipack;
IMPORT vpkFileManager,vpkJsonParser,vpkGit, vpkConf, vpkLogger, vpkPackageFileParser, Texts, Strings, In, Platform, Oberon, Out, vpkUserDetails;
PROCEDURE main();
@ -121,4 +121,4 @@ BEGIN
main();
END Vipack.
END vipack.