diff options
Diffstat (limited to 'unix/f2c/src/mkpkg.sh')
-rw-r--r-- | unix/f2c/src/mkpkg.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/f2c/src/mkpkg.sh b/unix/f2c/src/mkpkg.sh new file mode 100644 index 00000000..4092705d --- /dev/null +++ b/unix/f2c/src/mkpkg.sh @@ -0,0 +1,5 @@ +# Bootstrap the F2C compiler and libraries. + +make -f makefile.u +mv f2c ../../bin/f2c.e +rm *.o |