makefile 218 B

123456789
  1. .PHONY: docs
  2. docs:
  3. jsdoc -c docs/conf.json
  4. merge:
  5. python merge.py
  6. build:
  7. python build.py
  8. update_kennel:
  9. python merge.py ; cd ../kennel ; C:/Users/acbart/Anaconda3/python.exe manage.py update_blockpy ; cd ../blockpy