On Oct 21, 2005, at 9:49 AM, hard off wrote:
do i have to put in a name, or do i just apply the makefile exactly as you pasted it?
The Makefile I posted will work if it's in the same directory as sort.c and you're building an external called [sort].
It would be different for say csoundapi~ which it would be
NAME=csoundapi~ CSYM=csoundapi_tilde
where you reference differently in the source code itself.
-D5