summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/dcae/ves/makefile
blob: e2721814f2af2fca90d09e2fa5e90f6546c5a3cb (plain)
1
2
3
4
5
6
7
8
9
restart: stop start

start:
	M2_HOME=$(HOME)/.m2 bin/BBBB-controller start
stop:
	bin/BBBB-controller stop
console:
	bin/BBBB-controller console