ruby/Makefile

9 lines
94 B
Makefile

default: test
build:
docker build -t ruby .
docker run -d ruby
test:
$(MAKE) -C tests $@