Skip to content

Commit

Permalink
missing library path in makemaster for spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nimgould committed Apr 24, 2018
1 parent f14829a commit b600c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/general/makemaster
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ $(OBJ)/buildspec: ../spec/buildspec.f90
@printf ' %-9s %-15s\t\t' "Compiling" "buildspec "
$(SED) -f $(SEDS) ../spec/buildspec.f90 > $(OBJ)/buildspec.f90
cd $(OBJ) ; $(FORTRAN) -o buildspec $(RUNFFLAGS) buildspec.f90 \
-lgalahad
-lgalahad -L$(OBJ)
rm $(OBJ)/*.f90
@printf '[ OK ]\n'

Expand Down

0 comments on commit b600c06

Please sign in to comment.