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 ea7cd2b commit 3e4bd4aCopy full SHA for 3e4bd4a
Makefile
@@ -7,7 +7,6 @@ TEMP_FILE := $(shell mktemp)
7
# Directory in which to build the Fortran when using a standalone build
8
BUILD_DIR := build
9
10
-JUNK := $(shell uv run --no-sync python -c 'from pathlib import Path; import example_fgen_basic; print(Path(example_fgen_basic.__file__).parent)'); \
11
# A helper script to get short descriptions of each target in the Makefile
12
define PRINT_HELP_PYSCRIPT
13
import re, sys
0 commit comments