Skip to content

Commit

Permalink
makefile: Make all binaries on make (all) (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Jan 7, 2022
1 parent a6cfc12 commit 5e5f485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL=/bin/bash

all: streamtester
all: streamtester loadtester testdriver lapi mapi recordtester connector

ldflags := -X 'github.com/livepeer/stream-tester/model.Version=$(shell git describe --dirty)'
# ldflags := -X 'github.com/livepeer/stream-tester/model.Version=$(shell git describe --dirty)' -X 'github.com/livepeer/stream-tester/model.IProduction=true'
Expand Down

0 comments on commit 5e5f485

Please sign in to comment.