Yet Another Defsystem
– Adding New Commands

All you need to do is write a MK-ACTION method for your command. See the source file for more information on how to do this. Typically, your MK-ACTION method will call MK-RECURSE which invokes a function you provide on each node of the system. MK-RECURSE is described in full in the source.

    back to Defsystem mainpage