
all: buildit

buildit:
	cd build && make all

clean:
	cd build && make clean
