Additional flag for make

I have often thought that an additional flag for make that enables the automatic creation of a table with the newly made waves would be useful. For example:

make/n=100/e myNewWave

would be the same as:

make/n=100 myNewWave; edit myNewWave

This would be particularly useful for cases where is making a large number of waves and then filling with data from another program via cut-and-paste.

Melissa