Skip to content

Commit

Permalink
Add a new line to eof of makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Burak Sekili <buraksekili@gmail.com>
  • Loading branch information
buraksekili committed Sep 1, 2023
1 parent f251d0f commit d541fb8
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 @@ -26,4 +26,4 @@ build-bootstrap-pre-delete:
env $(GO_ARG_LINUX) CGO_ENABLED=0 go build -o "$(BIN_PATH)/$(BOOTSTRAP_APP_PREDELETE_NAME)" -ldflags \
"-X main.version=$(MAIN_VERSION)" "$(BOOTSTRAP_CMD_PREDELETE_PATH)"

build-all: build-bootstrap-post build-bootstrap-pre-delete build-bootstrap-pre-install
build-all: build-bootstrap-post build-bootstrap-pre-delete build-bootstrap-pre-install

0 comments on commit d541fb8

Please sign in to comment.