default: all

all:
	cd build ; cmake .. ; cmake --build . ; cd ..

distclean: clean
purge: clean
clean:
	rm -rf build/*
