Skip to content

Commit 8f4ac9c

Browse files
author
Aaron Schlesinger
committed
feat(Makefile): add glide up command to makefile
1 parent 200d65b commit 8f4ac9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ all:
3434
bootstrap:
3535
${DEV_ENV_CMD} glide install
3636

37+
glideup:
38+
${DEV_ENV_CMD} glide up
39+
3740
# This illustrates a two-stage Docker build. docker-compile runs inside of
3841
# the Docker environment. Other alternatives are cross-compiling, doing
3942
# the build as a `docker build`.

0 commit comments

Comments
 (0)