default:
	mkdir -p build
	cd build && cmake ..
	+make -C build

clean:
	cmake --build build --target clean

