All : hexedit.exe

Keytrap.Obj :: Keytrap.Asm
 Tasm /t Keytrap;

a = /ah/o/x/g3/s;

hexedit.obj :: hexedit.bas hexedit.inc bpb.bi dta.bi qbx.bi wdta.bi
 bc hexedit$a
hexedit2.obj :: hexedit2.bas hexedit.inc bpb.bi dta.bi qbx.bi wdta.bi
 bc hexedit2$a
hexedit3.obj :: hexedit3.bas hexedit.inc bpb.bi dta.bi qbx.bi wdta.bi
 bc hexedit3$a
hexedit4.obj :: hexedit4.bas hexedit.inc bpb.bi dta.bi qbx.bi wdta.bi
 bc hexedit4$a
hexedit5.obj :: hexedit5.bas hexedit.inc bpb.bi dta.bi qbx.bi wdta.bi
 bc hexedit5$a
hexedit6.obj :: hexedit6.bas hexedit.inc bpb.bi dta.bi qbx.bi wdta.bi
 bc hexedit6$a
hexedit.exe :: hexedit.obj hexedit2.obj hexedit3.obj hexedit4.obj hexedit5.obj hexedit6.obj keytrap.obj
 link hexedit.obj+hexedit2.obj+hexedit3.obj+hexedit4.obj+hexedit5.obj+hexedit6.obj+keytrap,hexedit.exe,Nul,vbdos.lib/e;
