From: icecodder Date: Mon, 16 Jan 2023 10:14:57 +0000 (+0100) Subject: success message X-Git-Tag: v0.1.1~4^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=43f741ae3b8493e5b4e13f344894d4cf4932e609;p=matthieu%2Fnova.git success message --- 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