1 Star 1 Fork 1

zhouxs1023 / eigenmath

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
georgeweigt 提交于 2023-12-23 10:38 . update
.PHONY: default clean
default:
make -C src prototypes.h
make eigenmath
eigenmath: eigenmath.c
$(CC) -Wall -O0 -o eigenmath eigenmath.c -lm
eigenmath.c: src/LICENSE src/defs.h src/prototypes.h src/*.c
cat src/LICENSE src/defs.h src/prototypes.h src/*.c > eigenmath.c
clean:
rm -f eigenmath eigenmath.c
1
https://gitee.com/zhouxs1023/eigenmath.git
git@gitee.com:zhouxs1023/eigenmath.git
zhouxs1023
eigenmath
eigenmath
main

搜索帮助