add makefile

This commit is contained in:
Shivaram Lingamneni 2019-02-17 15:38:07 -05:00
parent 85dc8a2636
commit 852cd71ff6

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
.PHONY: oragono
oragono:
pyflakes3 ./irctest/controllers/oragono.py irctest/server_tests/*.py
./test.py irctest.controllers.oragono