faas/gateway/Makefile
Alex Ellis (VMware) ffd81afd02 Refactor #843
Code-review/refactoring for #843. Closes #843.

FaaSHandlers has had info and query handlers added to its list
of types for consistency.

Secrets added to queue-worker component ready for next PR.

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
2018-09-05 09:47:49 +01:00

7 lines
68 B
Makefile

.PHONY: all build
TAG?=latest
all: build
build:
./build.sh ${TAG}