Add the somehow-deleted qemu_no_build.
This commit is contained in:
parent
a66af97a99
commit
f6276291ae
|
@ -52,6 +52,11 @@ qemu: build/harddrive.bin build/extra.bin
|
|||
-drive file=build/harddrive.bin,format=raw \
|
||||
-drive file=build/extra.bin,format=raw
|
||||
|
||||
qemu_no_build: build/extra.bin
|
||||
$(QEMU) $(QEMUFLAGS) \
|
||||
-drive file=build/harddrive.bin,format=raw \
|
||||
-drive file=build/extra.bin,format=raw
|
||||
|
||||
qemu_mbr: build/harddrive-mbr.bin build/extra.bin
|
||||
$(QEMU) $(QEMUFLAGS) \
|
||||
-drive file=build/harddrive-mbr.bin,format=raw \
|
||||
|
|
Loading…
Reference in a new issue