We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build
Makefile
Generate a /bin/libasciidoc binary executable for the local platform (suffix the filename with .exe on Windows)
/bin/libasciidoc
.exe
The text was updated successfully, but these errors were encountered:
feat(make): add goal to build executable (bytesparadise#94)
ae8ae1b
Also, a bit of cleaning in the Makefile. Fixes bytesparadise#94 Signed-off-by: Xavier Coulon <[email protected]>
feat(make): add goal to build executable (bytesparadise#94), show hel…
10759be
…p by default (bytesparadise#99) Also, a bit of cleaning in the Makefile. Fixes bytesparadise#94 Fixes bytesparadise#99 Signed-off-by: Xavier Coulon <[email protected]>
feat(make): add goal to build executable (#94), show help by default (#…
3ea969a
…99) (#103) Also, a bit of cleaning in the Makefile. Fixes #94 Fixes #99 Signed-off-by: Xavier Coulon <[email protected]>
No branches or pull requests
Generate a
/bin/libasciidoc
binary executable for the local platform (suffix the filename with.exe
on Windows)The text was updated successfully, but these errors were encountered: