mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
nothing really
This commit is contained in:
parent
1089f84f65
commit
12b8ca56c5
2 changed files with 5 additions and 4 deletions
5
makefile
5
makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue