summaryrefslogtreecommitdiffstats
path: root/sanitycheck/vesclient-secured/certman/Makefile
blob: d75b5d014d425ea9de50873d964ca72e686a3fe0 (plain)
1
2
3
4
5
6
7
8
default:
	@echo "There is no default target. Use: make <specific_target>"

start-ves-client:
	docker-compose -f docker-compose.yml up

clean-ves-client:
	docker-compose -f docker-compose.yml down