SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))

all:
	make -C ${SELF_DIR}../.. elixir
