all: hf86exe.exe # eturtle.exe hf86exe.exe: hf86exe.asm tasm /ml hf86exe tlink hf86exe eturtle.exe: hf86exe.exe type OPTIONAL.F >a type ASM8086.F >>a type COREEXT.F >>a type MSDOS.F >>a echo BL PARSE MULTI.F INCLUDED >>a echo BL PARSE HIOMULT2.F INCLUDED >>a echo BL PARSE TURTLE.F INCLUDED >>a echo N >>a echo SAVE-SYSTEM-AS ETURTLE.EXE >>a echo BYE >>a hf86exe