Files
plugins/helpme/Makefile
Rusty Russell 5bb3061ade helpme: new plugin.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-07-26 15:29:59 +02:00

10 lines
112 B
Makefile

#! /usr/bin/make
check: flake8 pytest
flake8:
flake8 --ignore=E501,W503 helpme.py
pytest:
pytest helpme.py