mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
6 lines
179 B
Makefile
6 lines
179 B
Makefile
.PHONY: oragono
|
|
|
|
oragono:
|
|
pyflakes3 ./irctest/cases.py ./irctest/client_mock.py ./irctest/controllers/oragono.py irctest/server_tests/*.py
|
|
./test.py irctest.controllers.oragono
|