Update Makefile
This commit is contained in:
parent
abfb09563f
commit
2e2436f835
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -27,4 +27,4 @@ run:
|
|||
$(EMU) $(EFLAGS) -kernel kernel
|
||||
|
||||
gdb:
|
||||
$(GDB) -x kernel.gdb
|
||||
$(GDB) -q -x kernel.gdb
|
||||
|
|
Reference in a new issue