Skip to content

Commit

Permalink
chore: remove unnecessary makefile change
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Apr 27, 2024
1 parent fd88665 commit cd747c8
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 @@ -104,7 +104,7 @@ BUILD_TARGETS := build install
build: BUILD_ARGS=-o $(BUILDDIR)/

$(BUILD_TARGETS): go.sum $(BUILDDIR)/
@go $@ -mod=readonly $(BUILD_FLAGS) $(BUILD_ARGS) -trimpath ./...
@go $@ -mod=readonly $(BUILD_FLAGS) $(BUILD_ARGS) ./...

$(BUILDDIR)/:
@mkdir -p $(BUILDDIR)/
Expand Down

0 comments on commit cd747c8

Please sign in to comment.