makefile: cosmetics

This commit is contained in:
Nero 2021-12-14 17:44:18 +00:00
parent b7d596d758
commit 95381ffdc3
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ qemu-uartctrl: uartctrl.rom chartab.bs
$(QEMU) $(QEMU_ARGS) -option-rom uartctrl.rom -serial stdio -hda chartab.bs
dosbox-%: %.com fd1440.img
dosbox -c "mount P $(CURDIR)" -c "P:" -c "IMGMOUNT A: FD1440.IMG -t floppy" -c "$< $(ARGS)" -c "pause" -c "exit"
dosbox -c "mount P $(CURDIR)" -c P: -c "IMGMOUNT A: FD1440.IMG -t floppy" -c "$< $(ARGS)" -c pause -c exit
emu2-%: %.com
emu2 $< $(ARGS)