aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 2766764a3ad6a4c0edaf8e8c7ec77533ca0aeb7d (plain)
1
2
3
4
5
6
.venv:
	python3 -m venv .venv
	.venv/bin/pip install -r requirements.txt

run: .venv
	.venv/bin/hy src/macroknight/game.hy