Completed removal of pnew, qnew.
[frac.git] / Makefile
blob0f0997a07c753672d92db3f97fe9bd70fdef1e52
1 CF_FILES:=cf.c cf_mobius.c cf_famous.c bihom.c
3 target : pi pi2 sqrt2 epow
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