summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e86f784..dece0b1 100644
--- a/makefile
+++ b/makefile
@@ -7,6 +7,6 @@ dbg:
nasm sh.asm -f elf64 -o sh.o
ld sh.o -o sh
rm sh.o
- gdb --eval-command="layout asm" -tui sh
+ gdb -q --eval-command="layout asm" -tui sh
clean:
rm -f sh.o sh