Blob Blame History Raw
default: test

build:
	docker build -t ruby .
	docker run -d ruby

test:
	$(MAKE) -C tests $@