New, simpler approach for sin 1 works.
[frac.git] / Makefile
blob16338a1580acc9ac1d647f633166ee528b60d2fc
1 CF_FILES:=cf.c mobius.c famous.c bihom.c
3 target : pi pi2 sqrt2 epow taylor
5 % : %.c $(CF_FILES)
6 #gcc -O3 -std=c99 -Wall -o $@ $^ -lgmp -lpthread
7 gcc -g -std=c99 -Wall -o $@ $^ -lgmp -lpthread
9 test :
10 gcc -g -std=c99 -Wall -o cf_test cf_test.c $(CF_FILES) -lgmp -lpthread
11 gcc -g -std=c99 -Wall -o famous_test famous_test.c $(CF_FILES) -lgmp -lpthread