summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricecodder <git@icecodder.me>2023-01-16 11:14:57 +0100
committericecodder <git@icecodder.me>2023-01-16 11:14:57 +0100
commit43f741ae3b8493e5b4e13f344894d4cf4932e609 (patch)
treec0e59946aebce4964c8954c0384dce02e90b3899
parent277f38bbe89e4db57b73a4e28bf1be2f5c50ce27 (diff)
success message
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 130f9d2..ab37ce6 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,10 @@ all:
# Builds go
go build -a -ldflags '-s' -o build/bin/nova cmd/nova/nova.go
+ @echo "Build nova all-in-one successfully"
+ @echo "Here nova artifcats"
+ ls build/bin
+
docker-images:
docker-compose build