diff --git a/Makefile b/Makefile index 2af0660..6bd5ba5 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ storage: file dist/bin/storage getUserByUid: - HOME=/root go build -ldflags="-s -w" dist/bin/getUserByUid ${get_user_by_uid_files} + HOME=/root go build -ldflags="-s -w" -o dist/bin/getUserByUid ${get_user_by_uid_files} @chmod 740 dist/bin/getUserByUid file dist/bin/getUserByUid