Skip to content

Commit

Permalink
Merge pull request #4 from jsimonetti/makefile_default
Browse files Browse the repository at this point in the history
Change Makefile default target to build
  • Loading branch information
RobM83 authored May 24, 2023
2 parents 6b4f590 + 34212a8 commit 64dac62
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
Expand Up @@ -6,7 +6,7 @@ BINARY=terraform-provider-${NAME}
VERSION=0.0.5
OS_ARCH=darwin_arm64 #amd64

default: install
default: build

build:
go build -o ${BINARY}
Expand Down

0 comments on commit 64dac62

Please sign in to comment.