repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add mathjax for dgesv
[maxima.git]
/
archive
/
o
/
makefile
blob
2a43bd58aad56eef7e30be1f48fd0286e9ae1635
1
2
3
CC
=
gcc
-
g
4
OBJS
=
execute.o internal.o standard.o try.o
5
6
try
: ${
OBJS
}
7
cc
-
o try
${
OBJS
} -
lm