You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
338 B

  1. all: test
  2. tool:
  3. python nilmtool.py --help
  4. python nilmtool.py list --help
  5. python nilmtool.py -u asfdadsf list
  6. lint:
  7. pylint -f parseable nilmdb
  8. %.html: %.md
  9. pandoc -s $< > $@
  10. test:
  11. python runtests.py
  12. profile:
  13. python runtests.py --with-profile
  14. clean::
  15. find . -name '*pyc' | xargs rm -f
  16. rm -f .coverage
  17. rm -rf tests/*testdb*