add makefile

This commit is contained in:
Shivaram Lingamneni
2019-02-17 15:38:07 -05:00
committed by Valentin Lorentz
parent ee2e77b1e6
commit 7a05081960

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