Skip to content

Commit 6e33994

Browse files
authored
Merge pull request #41 from wsmorgan/master
Fixed a line I missed in the Makefile. Updated the symlib version being checked out.
2 parents 829db94 + b03f8a5 commit 6e33994

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ VPATH:= ../aux_src: ../src
7676
.SUFFIXES :
7777
.SUFFIXES : .f .f90 .f95 .o
7878

79+
lib: pre_comp libenum.a
80+
7981
pre_comp:
8082
+$(MAKE) -C ../symlib/src
8183

0 commit comments

Comments
 (0)