all:
	make -C src/ all
test:
	make -C src/ test
clean:
	make -C src/ clean