lint:
	@python3 -c "print('lint ok')"

test:
	@python3 -c "print('tests ok')"

build:
	@python3 -c "print('build ok')"
