diff --git a/Makefile b/Makefile index 6ba68e5..e598b45 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DOSBOX=dosbox -conf dosbox.conf -exit +DOSBOX=dosbox -conf dosbox-build.conf -exit ordos.img: BOOT.BIN IO.SYS ORDOS.SYS COMMAND.COM debug.com edlin.com exe2bin.exe link.exe masm.exe rm -f ordos.img diff --git a/dosbox.conf b/dosbox-build.conf similarity index 100% rename from dosbox.conf rename to dosbox-build.conf