All : hexedit.exe

a = /ah/o/x;

hexedit.obj :: hexedit.bas hexedit.inc dta.bi qbx.bi
 bc hexedit$a
hexedit2.obj :: hexedit2.bas hexedit.inc dta.bi qbx.bi
 bc hexedit2$a
Menu.Obj :: Menu.Bas Hexedit.Inc dta.bi qbx.bi
 bc Menu$a
hexedit.exe :: hexedit.obj hexedit2.obj menu.obj
 link hexedit.obj+(hexedit2.obj)+(menu.obj),hexedit.exe,Nul,vbdos.lib;
