clay/Makefile
Andrew Dunai e3aeb7c7f3 Docs
2018-01-06 14:01:57 +02:00

10 lines
106 B
Makefile

build:
docker build -t clay .
run: | build
docker run -it clay
.PHONY: docs
docs:
make -C docs html