Files
2026-01-23 17:03:45 +08:00

9 lines
120 B
Makefile

all: linex
linex: GSL_LinearAlgebra.h
linex: GSL_LinearAlgebra_Examples.cpp
g++ -ggdb -o linex $< -lgsl -lgslcblas