all:
	mkdir -p build
	cd build && cmake .. && make -j
