diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -155,6 +155,9 @@ run-bochs: all run-qemu: all qemu-system-i386 $(FOOLOS) +run-qemu-debug: all + qemu-system-i386 -s -S $(FOOLOS) + run: run-bochs newrun: clean run |
