Skip to content

What does "A=" mean in the Makefile? #452

Answered by nderjung
lizhi16 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lizhi16,

A= is the path to the application source (aka the source files of the application repository, e.g. app-helloworld) when set up correctly. The command you ran, make --help invokes GNU Make's help menu instead of Unikraft. For Unikraft's help menu, please try make help (without the --) as this is a unique target within Unikraft.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@lizhi16
Comment options

Answer selected by nderjung
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #451 on April 20, 2022 08:35.