#!/usr/bin/make -f

spotless:
	@echo "nothing to do"

clean:
	@echo "nothing to do"
