dlmcpaul at BerliOS <dlmcpaul at mail.berlios.de> wrote: > +rule assemble_nasm > +{ > + Depends $(<) : $(>) ; > +} > + > +actions assemble_nasm With our usual coding style in Jam this would probably be AssembleNasm instead. Bye, Axel.