dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 91c08fdedf4cc5943ed321178abfbf4de26f8f61
parent 40d73e57f4eed17ec1742367d718df0f583b3cc5
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed,  2 Apr 2014 09:19:25 +0200

link math library by default

Diffstat:
Mbin/crun | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/crun b/bin/crun @@ -7,7 +7,7 @@ # Define compilers and the common compiler flags CC=gcc CXX=g++ -CFLAGS="-g -O2 -Wall -Wextra" +CFLAGS="-g -O2 -Wall -Wextra -lm" fullfilename=$(basename $1) extension="${fullfilename##*.}"