Skip to content

Commit

Permalink
Updated Makedfile with the flies suggested by Jorge Navas
Browse files Browse the repository at this point in the history
  • Loading branch information
GgnDpSngh committed May 4, 2022
1 parent 364e15d commit b1a02bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elina_auxiliary/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ OBJS = elina_scalar.o elina_interval.o elina_coeff.o elina_dimension.o elina_lin

INCLUDES = $(MPFR_INCLUDE_FLAG) $(GMP_INCLUDE_FLAG) -I../elina_linearize

LIBS = -lmpfr -lgmp -lm -L../elina_linearize
LIBS = $(MPFR_LIB_FLAG) -lmpfr $(GMP_LIB_FLAG) -lgmp -lm -L../elina_linearize

INSTALL = install
INSTALLd = install -d
Expand Down

0 comments on commit b1a02bb

Please sign in to comment.