fix flake debug command
This commit is contained in:
@ -100,7 +100,7 @@
|
|||||||
{
|
{
|
||||||
name = "debug";
|
name = "debug";
|
||||||
help = "Start OS for gdb connection and run gdb";
|
help = "Start OS for gdb connection and run gdb";
|
||||||
command = "make clean && make qemu-gdb --jobs 6 & && make gdb";
|
command = "(make clean) && (make qemu-gdb --jobs 6 &) && (make gdb)";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user