changes stabilized

This commit is contained in:
Norayr Chilingarian 2022-06-30 20:51:30 +04:00
parent 8ff51322f4
commit 5659a3f155
3 changed files with 19 additions and 5 deletions

View file

@ -11,7 +11,7 @@ DPS = dps
VIPACK = vipack
all: deps
all: deps vipack
#git submodule init
#git submodule update
@ -21,6 +21,7 @@ all: deps
gmake -f $(mkfile_dir_path)/dps/Internet/makefile BUILD=$(build_dir_path)
gmake -f $(mkfile_dir_path)/dps/time/Makefile BUILD=$(build_dir_path)
gmake -f $(mkfile_dir_path)/dps/opts/Makefile BUILD=$(build_dir_path)
vipack:
cd $(build_dir_path) && \
$(VOC) -s \
../src/vpkSettings.Mod \