Add mathjax for dgesv
[maxima.git] / archive / o / makefile
blob2a43bd58aad56eef7e30be1f48fd0286e9ae1635
3 CC=gcc -g
4 OBJS= execute.o internal.o standard.o try.o
6 try: ${OBJS}
7 cc -o try ${OBJS} -lm