aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 12de948ded8d0a71791a6c9d7e2d1f0fe1a46c24 (plain)
1
2
3
4
5
6
7
8
9
CFLAGS=-O4
LDLIBS=-lm -lgsl -lgslcblas

calculate_limits: calculate_limits.c

clean:
	rm calculate_limits

.PHONY: clean