diff --git a/Makefile b/Makefile index 7b1260d9..34545e02 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,5 @@ build: ./build.sh - +build-gateway: + (cd gateway; ./build.sh latest-dev)