Stresser: add .PHONY
to Makefile
to make it always build
This commit is contained in:
parent
0e4ed1c54d
commit
20be78ea0f
1
Makefile
1
Makefile
@ -42,6 +42,7 @@ flamenco-manager:
|
|||||||
flamenco-worker:
|
flamenco-worker:
|
||||||
go build -v ${BUILD_FLAGS} ${PKG}/cmd/flamenco-worker
|
go build -v ${BUILD_FLAGS} ${PKG}/cmd/flamenco-worker
|
||||||
|
|
||||||
|
.PHONY: stresser
|
||||||
stresser:
|
stresser:
|
||||||
go build -v ${BUILD_FLAGS} ${PKG}/cmd/stresser
|
go build -v ${BUILD_FLAGS} ${PKG}/cmd/stresser
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user