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

5 lines
69 B
Makefile
Raw Normal View History

2022-11-13 06:10:06 +01:00
.PHONY: clean
image:
docker build -t takahe -f docker/Dockerfile .