We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa80c42 commit ab84dfdCopy full SHA for ab84dfd
1 file changed
make/libraries
@@ -86,7 +86,7 @@ $(STAN_SUNDIALS_HEADERS) : $(SUNDIALS_TARGETS)
86
87
clean-sundials:
88
@echo ' cleaning sundials targets'
89
- $(RM) $(wildcard $(sort $(SUNDIALS_CVODES) $(SUNDIALS_IDAS) $(SUNDIALS_KINSOL) $(SUNDIALS_NVECSERIAL) $(SUNDIALS_TARGETS)
+ $(RM) $(wildcard $(sort $(SUNDIALS_CVODES) $(SUNDIALS_IDAS) $(SUNDIALS_KINSOL) $(SUNDIALS_NVECSERIAL) $(SUNDIALS_TARGETS)))
90
91
92
############################################################
0 commit comments