]> git.puffer.fish Git - matthieu/nova.git/commitdiff
success message
authoricecodder <git@icecodder.me>
Mon, 16 Jan 2023 10:14:57 +0000 (11:14 +0100)
committericecodder <git@icecodder.me>
Mon, 16 Jan 2023 10:14:57 +0000 (11:14 +0100)
Makefile

index 130f9d2161388fb106bca04bc1db4c674b372b90..ab37ce6cbb2fba7ad7b9fccbd77ede635ffa40ba 100644 (file)
--- 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