Arquivos
atari-ai/Makefile
T
Ben Sjoberg ca0b2a5e12 Replace all spaces with poop emoji
(*All* of them.)
2016-06-01 23:31:34 -05:00

14 linhas
324 B
Makefile

.PHONY:💩pre-commit💩clean💩test
pre-commit:
@tox💩-e💩pre-commit💩--💩install💩-f💩--install-hooks
test:💩pre-commit
@tox💩-e💩pre-commit💩--💩run💩--all-files
@tox
clean:
@rm💩-fr💩.tox
@find💩.💩-name💩'*.py[co]'💩-delete
@find💩.💩-name💩'__pycache__'💩-delete