makefile fix.

This commit is contained in:
Norayr Chilingarian 2024-01-24 04:32:27 +04:00
parent 02ef02fcce
commit 178da63b8e
2 changed files with 15 additions and 19 deletions

View file

@ -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