mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
7 lines
86 B
Makefile
7 lines
86 B
Makefile
.PHONY: build
|
|
|
|
build:
|
|
./build.sh
|
|
build-gateway:
|
|
(cd gateway; ./build.sh latest-dev)
|