compiler=wpp386.exe

all  : hugi2.exe decrunch.com

coder   : hugi2.exe
decoder : decrunch.com

hugi2.exe : hugi2.obj
	wlink system pmodew debug all file hugi2.obj name hugi2.exe

decrunch.com : decrunch.obj
	tlink /t decrunch.obj

.c.obj:
   $(compiler)  $[*

.cpp.obj:
   $(compiler) /5r /fp5 /d1 /zp1 $[*

.asm.obj:
	tasm /m2 $[*







