Hi

I have a subdirs build, and in one subdir I just want to run an arbitrary shell script. No compiling, it would be just a *really* simple makefile. How can I do this?

FYI This question is academic. I'm testing how subdirs works and I just want test stubs that succeed and print "~Hello", instead of telling me they can't find a main()... Still it might be useful too.

Thanks.