mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
makefile fix.
This commit is contained in:
parent
02ef02fcce
commit
178da63b8e
2 changed files with 15 additions and 19 deletions
|
|
@ -43,13 +43,6 @@ build_deps:
|
|||
fi; \
|
||||
done
|
||||
|
||||
#build_deps:
|
||||
# mkdir -p $(BUILD)
|
||||
# cd $(BUILD);
|
||||
# @for i in $(DEPEND); do \
|
||||
# make -f "$(DPS)/$${i}/GNUmakefile" BUILD=$(BUILD); \
|
||||
# done
|
||||
|
||||
buildThis:
|
||||
cd $(BUILD) && $(VOC) -s $(mkfile_dir_path)/src/vpkSettings.Mod
|
||||
cd $(BUILD) && $(VOC) -s $(mkfile_dir_path)/src/unix/vpkLinuxFiles.Mod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue