From 98175351f24dd76b705b97a7291e813494875ef5 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 1 May 2018 15:02:52 -0400 Subject: update makefile to compile with -O4 --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b4ff53..12de948 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ +CFLAGS=-O4 LDLIBS=-lm -lgsl -lgslcblas calculate_limits: calculate_limits.c + +clean: + rm calculate_limits + +.PHONY: clean -- cgit