Current section
Files
Jump to
Current section
Files
Makefile
HAS_ELIXIR=1
NO_REGISTRY_UPDATE=1
# NO_XREF=1
include bu.mk
clean::
$(verbose) $(RM_RF) .c_build priv/vice_facedetect.so
distclean::
$(verbose) $(RM_RF) doc
$(verbose) $(RM_RF) lib
$(verbose) $(RM_RF) .c_build priv/vice_facedetect.so
changelog: ## Generate CHANGELOG
$(verbose) github_changelog_generator
release: dist lint tag ## Tag and release to hex.pm
$(verbose) $(REBAR) hex publish
doc::
$(verbose) echo '## Contributors ##' >> README.md
$(verbose) echo >> README.md
$(verbose) echo 'Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):' >> README.md
$(verbose) echo >> README.md
$(verbose) echo '<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->' >> README.md
$(verbose) echo '<!-- prettier-ignore -->' >> README.md
$(verbose) echo '<!-- ALL-CONTRIBUTORS-LIST:END -->' >> README.md
$(verbose) echo >> README.md
$(verbose) echo 'This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!' >> README.md
$(verbose) all-contributors generate