new_guy schrieb:
Tobias Weingartner-2 wrote:
make cpuid && ./cpuid | mail -s 'cpuid output' [EMAIL PROTECTED]


Perhaps this is implied by 'make', but for the sake of clarity, I did it
like this:

gcc cpuid.c -o cpuid | ...

And it worked OK.

make already knows how to compile C files, no need to call the
compiler yourself ;)

Reply via email to