From 43f741ae3b8493e5b4e13f344894d4cf4932e609 Mon Sep 17 00:00:00 2001 From: icecodder Date: Mon, 16 Jan 2023 11:14:57 +0100 Subject: [PATCH] success message --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5