Skip to content

Commit

Permalink
Fixed tab (Makefile).
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Sep 8, 2023
1 parent 4da9f91 commit 5ffaecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cp2k/Linux-x86-64-intelx.arch
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ ifneq (,$(LIBXSMMROOT))
.PHONY: libxsmm-build
libxsmm-build:
@$(BIGVERNUM)
@mkdir -p $(LIBXSMM_DSTDIR)
@mkdir -p $(LIBXSMM_DSTDIR)
@$(MAKE) -C $(LIBXSMM_DSTDIR) \
-f "$(LIBXSMMROOT)/Makefile" --no-print-directory \
CXX="$(XCXX)" CC="$(XCC)" FC="$(XFC)" "AR=$(firstword $(AR))" \
Expand Down

0 comments on commit 5ffaecb

Please sign in to comment.