Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Change default target to build all binaries for this arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Emeis committed Nov 11, 2019
1 parent 9b1157a commit 1036bd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ endif
E2E_REGEX := Test
E2E_COUNT := 1

all: ignite
# Default is to build all the binaries for this architecture
all: build-all-$(GOARCH)

install: ignite
sudo cp bin/$(GOARCH)/ignite /usr/local/bin

Expand Down

0 comments on commit 1036bd1

Please sign in to comment.