Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed May 19, 2021
1 parent b540960 commit 61c6121
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 @@ -14,7 +14,7 @@ build: target
-X ${version_package}.BranchName=${branch_name} \
-X ${version_package}.BuildTime=${build_time} \
-X ${version_package}.AppVersion=${app_version}" -v \
-o ${work_dir}/${app_name} ./cmd
-o ${work_dir}/${app_name} .
# show go version
version:
@$(goversion)
Expand Down

0 comments on commit 61c6121

Please sign in to comment.