
all: documenter

documenter:
	julia --project=. --color=yes make.jl

clean:
	rm -Rf build
