test:
	ya make -tA --no-src-links .

stand:
	ya make
	ya tool releaser stand -s tools_vconf_testing
	make clean

testing:
	ya tool releaser release

production:
	ya tool releaser deploy -e tools_vconf_production

make clean:
	ls | grep -e "^vconf\.tools_vconf_testing.*\.tar\.gz" | xargs rm
