aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-05-01 15:02:52 -0400
committertlatorre <tlatorre@uchicago.edu>2018-05-01 15:02:52 -0400
commit98175351f24dd76b705b97a7291e813494875ef5 (patch)
tree3bc7c8f3e19ea141f55c91bea84d8fb9f9b56a90 /Makefile
parent590ea7f33838e979453952c3640c0619cfb28476 (diff)
downloadsddm-98175351f24dd76b705b97a7291e813494875ef5.tar.gz
sddm-98175351f24dd76b705b97a7291e813494875ef5.tar.bz2
sddm-98175351f24dd76b705b97a7291e813494875ef5.zip
update makefile to compile with -O4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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