This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/Makefile

11 lines
160 B
Makefile

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