small change in makefile.

This commit is contained in:
Norayr Chilingarian 2022-02-23 02:07:24 +04:00
parent 3fed58c9e0
commit b797733ce3

View file

@ -42,6 +42,7 @@ all: fetch_deps
../src/vipack.Mod -m
fetch_deps:
mkdir -p $(DPS)
cd $(DPS) && git clone https://github.com/norayr/Internet
cd $(DPS) && git clone https://github.com/norayr/lists
cd $(DPS) && git clone https://github.com/norayr/opts