faas/Makefile
2017-09-24 09:49:25 +01:00

7 lines
86 B
Makefile

.PHONY: build
build:
./build.sh
build-gateway:
(cd gateway; ./build.sh latest-dev)