Skip to content

Commit

Permalink
Correct target name for operator precedence table (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky authored Oct 1, 2024
1 parent 69e5a65 commit 1ee6520
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 @@ -61,7 +61,7 @@ build:
# because pip install doesn't handle
# INSTALL_REQUIRES properly
#: Set up to run from the source tree
develop: mathics/data/op-tables.json mathics/data/operators.json
develop: mathics/data/op-tables.json mathics/data/operator-tables.json
$(PIP) install -e .[dev]

# See note above on ./setup.py
Expand Down

0 comments on commit 1ee6520

Please sign in to comment.