Permalink
Showing
with
47 additions
and 62 deletions.
| @@ -1,10 +1,10 @@ | ||
| --- iplib.2012/makefile.orig 2012-02-25 04:57:49.000000000 +0900 | ||
| +++ iplib.2012/makefile 2014-06-15 08:31:21.000000000 +0900 | ||
| @@ -32,6 +32,7 @@ | ||
| --- iplib.v3.0.0/makefile.orig 2016-04-20 05:15:15.000000000 +0900 | ||
| +++ iplib.v3.0.0/makefile 2018-03-10 17:02:36.000000000 +0900 | ||
| @@ -23,6 +23,7 @@ | ||
|
|
||
| $(LIB): $(objs) | ||
| ar $(ARFLAGS) ${LIB} $(objs) | ||
| + ranlib ${LIB} | ||
|
|
||
| .f.o: | ||
| $(FC) ${FFLAGS} -c $< | ||
| .f90.mod: | ||
| ${FC} ${FFLAGS} -c $< |