alexellis / firecracker-init-lab

Build a Firecracker microVM from a container image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about makefile syntax

cskwrd opened this issue · comments

commented

What do the characters after the command mean on this line: https://github.com/alexellis/firecracker-init-lab/blob/master/Makefile#L34

I've never come across them in this sequence before.

Hi X || : means do X and pass with exit code 0 if it gives a non-zero exit code

Have you tried the lab already?

commented

Thank you. I haven't yet I was reading the make file to understand it.

/lock resolved