-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathMakefile
31 lines (25 loc) · 1.11 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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