]> www.ginac.de Git - ginac.git/blob - tools/ginac-excompiler.in
Gave the pointer_to_member_to_map_functions more consistent names.
[ginac.git] / tools / ginac-excompiler.in
1 #!/bin/sh
2 @CC@ -x c -fPIC -o $1.o -c $1
3 @CC@ -shared -o $1.so $1.o