Skip to content

Commit a812c6e

Browse files
committed
updated makefile
1 parent 529cb6a commit a812c6e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ HEADERS = $(wildcard include/*.h include/finufft/*.h)
175175
$(FC) -DSINGLE -c $(FFLAGS) $< -o $@
176176

177177
# included auto-generated code and xsimd header-lib dependency...
178-
src/spreadinterp.o: src/ker_horner_allw_loop_constexpr.h src/ker_lowupsampfac_horner_allw_loop_constexpr.c $(XSIMD_DIR)/include/xsimd/xsimd.hpp
179-
src/spreadinterp_32.o: src/ker_horner_allw_loop_constexpr.h src/ker_lowupsampfac_horner_allw_loop_constexpr.c $(XSIMD_DIR)/include/xsimd/xsimd.hpp
178+
src/spreadinterp.o: src/ker_horner_allw_loop_constexpr.h $(XSIMD_DIR)/include/xsimd/xsimd.hpp
179+
src/spreadinterp_32.o: src/ker_horner_allw_loop_constexpr.h $(XSIMD_DIR)/include/xsimd/xsimd.hpp
180180

181181

182182
# lib -----------------------------------------------------------------------
@@ -519,4 +519,3 @@ else
519519
# Windows-WSL...
520520
del matlab\finufft_plan.m matlab\finufft.cpp matlab\finufft.mex*
521521
endif
522-

0 commit comments

Comments
 (0)