mirror of
https://github.com/vale981/clay
synced 2025-03-05 09:31:40 -05:00
10 lines
106 B
Makefile
10 lines
106 B
Makefile
build:
|
|
docker build -t clay .
|
|
|
|
run: | build
|
|
docker run -it clay
|
|
|
|
.PHONY: docs
|
|
docs:
|
|
make -C docs html
|
|
|