-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
One of the neat things about Make is that you can add a rule that runs the executable you are building. This is accomplished by listing a rule that doesn't actually represent a target. Instead the rule creates no file, but depends on targets and simply executes the run command. It would be nice if ruler had this capability somehow, but I think it should be accomplished some other way, maybe by having a separate "run.rules" file, just for this purpose.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels