SZI2019SmieciarzWmi/Makefile

14 lines
166 B
Makefile
Raw Normal View History

2019-03-27 00:08:06 +01:00
.PHONY: init install start
init-linux:
python3 -m venv env
install:
env/bin/pip3 install -r requirements.txt
start:
env/bin/python3 ./game.py --home-count=5