Skip to content

Commit

Permalink
make all object files depend on xsimd
Browse files Browse the repository at this point in the history
  • Loading branch information
mreineck committed Oct 28, 2024
1 parent 0823fc6 commit 7e90eb7
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 @@ -175,7 +175,7 @@ usage:
HEADERS = $(wildcard include/*.h include/finufft/*.h) $(DUCC_HEADERS)

# implicit rules for objects (note -o ensures writes to correct dir)
%.o: %.cpp $(HEADERS)
%.o: %.cpp $(HEADERS) $(XSIMD_DIR)/include/xsimd/xsimd.hpp
$(CXX) -c $(CXXFLAGS) $< -o $@
%.o: %.c $(HEADERS)
$(CC) -c $(CFLAGS) $< -o $@
Expand Down

0 comments on commit 7e90eb7

Please sign in to comment.