Remove gnu make | prerequisite operator #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "phnt/elixir-captcha:posix-make"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The pipe prerequisite operator is a gnu extension not implemented in bsd
make utilities. Effect of removing it is rebuilding the priv/captcha
target if the priv target was modified.
Closes pleroma-elixir-libraries/elixir-captcha#20