takahe/Makefile

8 wiersze
99 B
Makefile

.PHONY: clean
image:
docker build -t takahe -f docker/Dockerfile .
docs:
cd docs/ && make html