9 lines
120 B
Makefile
9 lines
120 B
Makefile
|
|
|
||
|
|
all: linex
|
||
|
|
|
||
|
|
|
||
|
|
linex: GSL_LinearAlgebra.h
|
||
|
|
linex: GSL_LinearAlgebra_Examples.cpp
|
||
|
|
g++ -ggdb -o linex $< -lgsl -lgslcblas
|
||
|
|
|