Add the somehow-deleted qemu_no_build.

This commit is contained in:
4lDO2 2020-01-14 21:56:09 +11:00
parent a66af97a99
commit f6276291ae

View file

@ -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 \