Skip to content

Commit

Permalink
Merge branch 'master' of github.com:flatironinstitute/FMM3D
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachh committed Mar 8, 2024
2 parents 140bf3b + b0dc85a commit 1e1690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ install: $(STATICLIB) $(DYNAMICLIB)
mkdir -p $(FMM_INSTALL_DIR)
cp -f lib/$(DYNAMICLIB) $(FMM_INSTALL_DIR)/
cp -f lib-static/$(STATICLIB) $(FMM_INSTALL_DIR)/
[ ! -f lib/$(LIMPLIB) ] || cp lib/$(LIMPLIB) $(FMM_INSTALL_DIR)/
[ ! -f lib/$(LIMPLIB) ] || cp -f lib/$(LIMPLIB) $(FMM_INSTALL_DIR)/
@echo "Make sure to include " $(FMM_INSTALL_DIR) " in the appropriate path variable"
@echo " LD_LIBRARY_PATH on Linux"
@echo " PATH on windows"
Expand Down

0 comments on commit 1e1690d

Please sign in to comment.