mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
changes stabilized
This commit is contained in:
parent
8ff51322f4
commit
5659a3f155
3 changed files with 19 additions and 5 deletions
3
makefile
3
makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue