Skip to content

Commit 3e4bd4a

Browse files
committed
Revert unwanted change
1 parent ea7cd2b commit 3e4bd4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ TEMP_FILE := $(shell mktemp)
77
# Directory in which to build the Fortran when using a standalone build
88
BUILD_DIR := build
99

10-
JUNK := $(shell uv run --no-sync python -c 'from pathlib import Path; import example_fgen_basic; print(Path(example_fgen_basic.__file__).parent)'); \
1110
# A helper script to get short descriptions of each target in the Makefile
1211
define PRINT_HELP_PYSCRIPT
1312
import re, sys

0 commit comments

Comments
 (0)