Skip to content

Commit a5974a1

Browse files
adapted Makefile
1 parent b884957 commit a5974a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ float128.o: float128.c
1212

1313
set_float128.o: set_float128.c
1414
gcc -O3 -fpic -c -o set_float128.o \
15-
-I$(INCGMP) -I$(INCMPFR) -I$(INCGMP) \
15+
-I$(INCGMP) -I$(INCMPFR) -I$(INCMPARAM) \
1616
set_float128.c
1717

1818
get_float128.o: get_float128.c
1919
gcc -O3 -fpic -c -o get_float128.o \
20-
-I$(INCGMP) -I$(INCMPFR) -I$(INCGMP) \
20+
-I$(INCGMP) -I$(INCMPFR) -I$(INCMPARAM) \
2121
get_float128.c
2222

2323
libfloat128.so: float128.o set_float128.o get_float128.o

0 commit comments

Comments
 (0)