.PHONY: check

check:
	python3 -m mbake format --diff Makefile_obj-2.in
	python3 -m mbake format --diff Makefile-2.in
	python3 -m mbake format --diff Makefile-3.in
	python3 -m mbake format --diff Makefile-3.txt
	python3 -m mbake format --diff Makefile.txt
	python3 -m mbake format --diff verilated.mk-2.in
