summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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