clay/Makefile

11 lines
106 B
Makefile
Raw Normal View History

2017-12-28 15:09:40 +02:00
build:
docker build -t clay .
run: | build
docker run -it clay
2018-01-06 14:01:57 +02:00
.PHONY: docs
docs:
make -C docs html