changed python tools to python3.11

This commit is contained in:
Michael Schröder
2023-08-04 16:44:31 +02:00
parent f476ed8da2
commit b16bfcfd43
32 changed files with 111 additions and 57 deletions

View File

@@ -1,9 +1,11 @@
PYTHON = /bin/python3.11
NAME = hello
all: asm install
asm:
../../tools/Assembler/assembler.pyc $(NAME).asm
$(PYTHON) ../../tools/Assembler/assembler.pyc $(NAME).asm
install:
cp $(NAME).hack ../00_HACK/ROM.hack
clean: