diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-05-01 15:02:52 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-05-01 15:02:52 -0400 |
commit | 98175351f24dd76b705b97a7291e813494875ef5 (patch) | |
tree | 3bc7c8f3e19ea141f55c91bea84d8fb9f9b56a90 /Makefile | |
parent | 590ea7f33838e979453952c3640c0619cfb28476 (diff) | |
download | sddm-98175351f24dd76b705b97a7291e813494875ef5.tar.gz sddm-98175351f24dd76b705b97a7291e813494875ef5.tar.bz2 sddm-98175351f24dd76b705b97a7291e813494875ef5.zip |
update makefile to compile with -O4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +CFLAGS=-O4 LDLIBS=-lm -lgsl -lgslcblas calculate_limits: calculate_limits.c + +clean: + rm calculate_limits + +.PHONY: clean |