How to tell gbu make to run a target twice?
howa <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <70ef9ff9-0edc-429a-9cde-7d37ea990c3d@i18g2000prn.googlegroups.com> |
all: do do
do:
ls -la
I want to run the do command twice.
Howard