aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b851bcb..f85f364 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,11 @@ all: start
.PHONY: start
+build:
+ @echo "##### Build Ves client #####"
+ mvn clean package -Pdocker
+ @echo "##### DONE #####"
+
start:
@echo "##### Start Ves client #####"
docker-compose up -d