Skip to content

Commit

Permalink
Add build Make target for building both binaries
Browse files Browse the repository at this point in the history
Add a "build" Make target to group building all binaries of this repo
under a single well-known command.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
  • Loading branch information
dfarrell07 authored and tpantelis committed Oct 1, 2020
1 parent 5f2c118 commit f39219a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ package/.image.lighthouse-agent: bin/lighthouse-agent

package/.image.lighthouse-coredns: bin/lighthouse-coredns

build: bin/lighthouse-agent bin/lighthouse-coredns

bin/lighthouse-agent: vendor/modules.txt $(shell find pkg/agent)
${SCRIPTS_DIR}/compile.sh $@ pkg/agent/main.go

Expand Down

0 comments on commit f39219a

Please sign in to comment.