NAME=tripool
CSYM=$(NAME)

include ../makefile.include

test1: tripool~.c; cc -g -DMAIN -o test1 tripool~.c -lm
