From 2fceeb0efc2b94d650d3e8ef6799131f9c7c4b77 Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 1 Oct 2024 08:09:26 -0400 Subject: [PATCH] Correct target name for operator precedene table --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1e11e97c..41111d2ca 100644 --- a/Makefile +++ b/Makefile @@ -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