将qemu目录改为test目录

This commit is contained in:
pointer-to-bios 2023-12-11 20:13:36 +08:00
parent dab08f49b0
commit 8c4c9a27d1
14 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,6 +1,5 @@
/target
/.vscode /.vscode
/qemu/metaverse.img /test/metaverse.img
*.o *.o
*.map *.map
*.elf *.elf

View File

@ -7,7 +7,7 @@ clear:
@make -C src clear --no-print-directory @make -C src clear --no-print-directory
run: run:
@make -C qemu run --no-print-directory @make -C test run --no-print-directory
debug: debug:
@make -C qemu debug --no-print-directory @make -C test debug --no-print-directory