Skip to content

Commit

Permalink
fix(makefile): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
metafates authored Sep 24, 2022
1 parent 048a00b commit 09affcc
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 @@ -4,7 +4,7 @@ ldflags := -X 'github.com/metafates/mangal/constant.BuiltAt=$(shell date -u)'
ldflags += -X 'github.com/metafates/mangal/constant.BuiltBy=$(shell whoami)@$(shell hostname)'
ldflags += -X 'github.com/metafates/mangal/constant.Revision=$(shell git rev-parse --short HEAD)'
ldflags += -s
ldlags += -w
ldflags += -w

build_flags := -ldflags=${ldflags}

Expand Down

0 comments on commit 09affcc

Please sign in to comment.