Makefile: add flamenco-manager-without-webapp
target
This builds Flamenco Manager, without rebuilding the webapp, and without the race condition checker.
This commit is contained in:
parent
809036898b
commit
be77403114
4
Makefile
4
Makefile
@ -39,6 +39,10 @@ flamenco-manager:
|
|||||||
$(MAKE) webapp-static
|
$(MAKE) webapp-static
|
||||||
go build -v ${BUILD_FLAGS} ${PKG}/cmd/flamenco-manager
|
go build -v ${BUILD_FLAGS} ${PKG}/cmd/flamenco-manager
|
||||||
|
|
||||||
|
.PHONY: flamenco-manager-without-webapp
|
||||||
|
flamenco-manager-without-webapp:
|
||||||
|
go build -v ${BUILD_FLAGS} ${PKG}/cmd/flamenco-manager
|
||||||
|
|
||||||
flamenco-worker:
|
flamenco-worker:
|
||||||
go build -v ${BUILD_FLAGS} ${PKG}/cmd/flamenco-worker
|
go build -v ${BUILD_FLAGS} ${PKG}/cmd/flamenco-worker
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user