Skip to content

Commit a1e5c36

Browse files
Makefile typo
1 parent 8a6275a commit a1e5c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ set_float128.o: set_float128.c quadmath_wrapper.h
5858

5959
get_float128.o: get_float128.c quadmath_wrapper.h
6060
gcc -O3 -fpic -c -o get_float128.o \
61-
-I$(INC) set_float128.c
61+
-I$(INC) get_float128.c
6262
# -I$(INCGMP) -I$(INCMPFR) -I$(INCMPARAM) \
6363
# get_float128.c
6464

0 commit comments

Comments
 (0)