All : hexedit.exe

a = /ah/o/x;

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