MAKEFLAGS	+=	--no-print-directory

all:
	./build_local_test_elfs.sh
	yarn install
	yarn test

.PHONY: all