1

fix flake debug command

This commit is contained in:
2022-07-29 14:18:39 +02:00
parent 51d0f35c3b
commit f14fb63b01

View File

@ -100,7 +100,7 @@
{
name = "debug";
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)";
}
];
};