all test clean install:
	make -C build/Linux-x86_64 $@ $(MAKEFLAGS)

distclean:
	rm -rvf build/Linux-x86_64 Makefile

.PHONY: test

