asdf | Can't generate the documentation (#7)

Pascal Bourguignon pjb at informatimago.com
Thu May 16 19:23:32 UTC 2019



> On 16 May 2019, at 21:16, Hugo Ishimaru <privet.kitty99 at gmail.com> wrote:
> 
> Hi.
> 
> Is it enough to begin the Makefile with `all' instead of `website'?
> Currently typing `make' leads to the deployment of docs.

The first target in a Makefile is the default target.

So make the first target the one you want.

It could be: 

default:all

if you want to make this mechanism explicit ;-)

Another option is to make help the default target, and expect an explicit target on the command line.

-- 
__Pascal J. Bourguignon__




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20190516/09baa837/attachment.html>


More information about the asdf-devel mailing list