forked from LaconicNetwork/kompose
Fix Makefile. Print info when building binary.
This commit is contained in:
parent
575d7e4162
commit
a15a8f36ca
@ -10,3 +10,9 @@ go build \
|
||||
-o kompose \
|
||||
-ldflags="-w -X github.com/skippbox/kompose/version.GITCOMMIT=${GITCOMMIT}" \
|
||||
./cli/main
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Build successful. Program saved as ${OUT_FILE}"
|
||||
else
|
||||
echo "Build failed."
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user