diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vhdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/Makefile b/src/vhdl/Makefile index a76cb68de..aec2f7962 100644 --- a/src/vhdl/Makefile +++ b/src/vhdl/Makefile @@ -20,7 +20,7 @@ PNODES=../../scripts/pnodes.py PNODESPY=../../scripts/pnodespy.py -PYTHON=python +PYTHON=python3 DEPS=vhdl-nodes.ads vhdl-nodes.adb.in $(PNODES) |