Just a quick follow-up...

> > If every test program is built from a single `.c' file, what
> > about using this instead:
> >    $(TESTS:=.o) your-special-purpose-compiler
Or better again, to be even more portable:
  $(TESTS:=.$(OBJEXT)) your-special-purpose-compiler

Regards,
   Stefano

Reply via email to