all: check
	./create-book.sh
	./create-buildscript.sh

check:
	./check-style.sh

