diff --git a/examples/persons1/Makefile b/examples/persons1/Makefile index 3da76b2..9f6fc0a 100644 --- a/examples/persons1/Makefile +++ b/examples/persons1/Makefile @@ -1,6 +1,6 @@ # # -# make get_libs - build the go binary +# make get_libs - download dependent libraries # DOCKER_TAG ?= latest diff --git a/examples/persons1db/Makefile b/examples/persons1db/Makefile index 56f697c..2a285a3 100644 --- a/examples/persons1db/Makefile +++ b/examples/persons1db/Makefile @@ -1,6 +1,6 @@ # # -# make get_libs - build the go binary +# make get_libs - download dependent libraries # make docker_build - build the docker image # diff --git a/examples/persons1ds/Makefile b/examples/persons1ds/Makefile index be1929b..38b8671 100644 --- a/examples/persons1ds/Makefile +++ b/examples/persons1ds/Makefile @@ -1,6 +1,6 @@ # # -# make get_libs - build the go binary +# make get_libs - download dependent libraries # make docker_build - build the docker image # diff --git a/examples/persons3/Makefile b/examples/persons3/Makefile index 1448b96..d9df16a 100644 --- a/examples/persons3/Makefile +++ b/examples/persons3/Makefile @@ -1,6 +1,6 @@ # # -# make get_libs - build the go binary +# make get_libs - download dependent libraries # DOCKER_TAG ?= latest diff --git a/examples/persons4db/Makefile b/examples/persons4db/Makefile index e4b56e7..590d0e4 100644 --- a/examples/persons4db/Makefile +++ b/examples/persons4db/Makefile @@ -1,6 +1,6 @@ # # -# make get_libs - build the go binary +# make get_libs - download dependent libraries # make docker_build - build the docker image # diff --git a/examples/persons4ds/Makefile b/examples/persons4ds/Makefile index b67712a..f10322d 100644 --- a/examples/persons4ds/Makefile +++ b/examples/persons4ds/Makefile @@ -1,6 +1,6 @@ # # -# make get_libs - build the go binary +# make get_libs - download dependent libraries # make docker_build - build the docker image # diff --git a/examples/persons6/Makefile b/examples/persons6/Makefile index 3af558f..d6c6f8d 100644 --- a/examples/persons6/Makefile +++ b/examples/persons6/Makefile @@ -1,6 +1,6 @@ # # -# make get_libs - build the go binary +# make get_libs - download dependent libraries # DOCKER_TAG ?= latest