Skip to content

Commit 577ecaa

Browse files
committed
Updated source makefile to reflect new name
1 parent 1be0de1 commit 577ecaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ LD_FLAGS := -pg
66
AR = ar ruv
77
RANLIB = ranlib
88

9-
all: libhermitepn.a
9+
all: libhermite_grx.a
1010

11-
libhermitepn.a: $(OBJ_FILES)
11+
libhermite_grx.a: $(OBJ_FILES)
1212
rm -f $@
1313
$(AR) $@ $(OBJ_FILES)
1414
$(RANLIB) $@

0 commit comments

Comments
 (0)